#C65FEA

Color #C65FEA Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C65FEA

Tints of Medium Orchid #C65FEA

Color information

#C65FEA (or 0xC65FEA) is unknown color: approx Medium Orchid. HEX triplet: C6, 5F and EA. RGB value is (198,95,234). Sum of RGB (Red+Green+Blue) = 198+95+234=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 95 (37.5% from 255 or 18.03% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #C65FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65FEA is #39A015. Grayscale: #8D8D8D. Windows color (decimal): -3776534 or 15359942. OLE color: 15359942.

HSL color Cylindrical-coordinate representation of color #C65FEA: hue angle of 284.46º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C65FEA is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19895234-
CMYK0.150.5900.08
HSL284.46º76.8%64.51%-
HSV(B)284.46º59.4%91.76%-
XYZ42.2326.1380.66-
YUV141.64180.12168.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 37.57%
GREEN value IS 95 (37.5% from 255) = 18.03%
BLUE value IS 234 (91.80% from 255) = 44.40%
R=37.57%
G=18.03%
B=44.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal198952340.150.5900.08284.4676.864.51
HexC65FEAF3B0811c4d41
Octal3061373521773010434115101
Binary1100011010111111110101011111110110100010001110010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65FEA; }

 p { color: rgb(198,95,234); }

 H1.HeaderClassName
 {
   color: #C65FEA;
 }
 .AnyTagClassName
 {
   color: #C65FEA;
 }
</style>
background-color css

<style>
 a { background-color: #C65FEA; }

 a { background-color: rgb(198,95,234); }

 div.DivClassName
 {
   background-color: #C65FEA;
 }
 .BgClassName
 {
   background-color: #C65FEA;
 }
</style>
border-color css

<style>
 span { border-color: #C65FEA; }

 span { border-color: rgb(198,95,234); }

 td.TdClassName
 {
   border-color: #C65FEA;
 }
 .TagClassName
 {
   border-color: #C65FEA;
 }
</style>