#C966FF

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

Shades of Heliotrope #C966FF

Tints of Heliotrope #C966FF

Color information

#C966FF (or 0xC966FF) is unknown color: approx Heliotrope. HEX triplet: C9, 66 and FF. RGB value is (201,102,255). Sum of RGB (Red+Green+Blue) = 201+102+255=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 102 (40.23% from 255 or 18.28% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #C966FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C966FF is #369900. Grayscale: #949494. Windows color (decimal): -3578113 or 16737993. OLE color: 16737993.

HSL color Cylindrical-coordinate representation of color #C966FF: hue angle of 278.82º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C966FF is Cyan = 0.21, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB201102255-
CMYK0.210.600
HSL278.82º100%70%-
HSV(B)278.82º60%100%-
XYZ46.8929.1497.76-
YUV149.04187.8165.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.02%
GREEN value IS 102 (40.23% from 255) = 18.28%
BLUE value IS 255 (100% from 255) = 45.70%
R=36.02%
G=18.28%
B=45.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011022550.210.600278.8210070
HexC966FF153C001176446
Octal311146377257400427144106
Binary11001001110011011111111101011111000010001011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C966FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C966FF; }

 p { color: rgb(201,102,255); }

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

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

 a { background-color: rgb(201,102,255); }

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

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

 span { border-color: rgb(201,102,255); }

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