#C966F7

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

Shades of Heliotrope #C966F7

Tints of Heliotrope #C966F7

Color information

#C966F7 (or 0xC966F7) is unknown color: approx Heliotrope. HEX triplet: C9, 66 and F7. RGB value is (201,102,247). Sum of RGB (Red+Green+Blue) = 201+102+247=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 102 (40.23% from 255 or 18.55% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #C966F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C966F7 is #369908. Grayscale: #939393. Windows color (decimal): -3578121 or 16213705. OLE color: 16213705.

HSL color Cylindrical-coordinate representation of color #C966F7: hue angle of 280.97º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C966F7 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB201102247-
CMYK0.190.5900.03
HSL280.97º90.06%68.43%-
HSV(B)280.97º58.7%96.86%-
XYZ45.6328.6491.12-
YUV148.13183.8165.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.55%
GREEN value IS 102 (40.23% from 255) = 18.55%
BLUE value IS 247 (96.88% from 255) = 44.91%
R=36.55%
G=18.55%
B=44.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2011022470.190.5900.03280.9790.0668.43
HexC966F7133B031195a44
Octal311146367237303431132104
Binary110010011100110111101111001111101101110001100110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C966F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C966F7; }

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

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

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

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

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

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

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

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