#c866f2

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

Shades of Heliotrope #C866F2

Tints of Heliotrope #C866F2

Color information

#C866F2 (or 0xC866F2) is unknown color: approx Heliotrope. HEX triplet: C8, 66 and F2. RGB value is (200,102,242). Sum of RGB (Red+Green+Blue) = 200+102+242=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 102 (40.23% from 255 or 18.75% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #C866F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C866F2 is #37990D. Grayscale: #929292. Windows color (decimal): -3643662 or 15886024. OLE color: 15886024.

HSL color Cylindrical-coordinate representation of color #C866F2: hue angle of 282º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C866F2 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB200102242-
CMYK0.170.5800.05
HSL282º84.34%67.45%-
HSV(B)282º57.85%94.9%-
XYZ44.628.1987.1-
YUV147.26181.47165.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.76%
GREEN value IS 102 (40.23% from 255) = 18.75%
BLUE value IS 242 (94.92% from 255) = 44.49%
R=36.76%
G=18.75%
B=44.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2001022420.170.5800.0528284.3467.45
HexC866F2113A0511a5443
Octal310146362217205432124103
Binary1100100011001101111001010001111010010110001101010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c866f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c866f2; }

 p { color: rgb(200,102,242); }

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

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

 a { background-color: rgb(200,102,242); }

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

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

 span { border-color: rgb(200,102,242); }

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