#C266FF

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

Shades of Heliotrope #C266FF

Tints of Heliotrope #C266FF

Color information

#C266FF (or 0xC266FF) is unknown color: approx Heliotrope. HEX triplet: C2, 66 and FF. RGB value is (194,102,255). Sum of RGB (Red+Green+Blue) = 194+102+255=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 102 (40.23% from 255 or 18.51% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #C266FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C266FF is #3D9900. Grayscale: #929292. Windows color (decimal): -4036865 or 16737986. OLE color: 16737986.

HSL color Cylindrical-coordinate representation of color #C266FF: hue angle of 276.08º 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 #C266FF is Cyan = 0.24, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB194102255-
CMYK0.240.600
HSL276.08º100%70%-
HSV(B)276.08º60%100%-
XYZ45.0528.1997.67-
YUV146.95188.98161.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.21%
GREEN value IS 102 (40.23% from 255) = 18.51%
BLUE value IS 255 (100% from 255) = 46.28%
R=35.21%
G=18.51%
B=46.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1941022550.240.600276.0810070
HexC266FF183C001146446
Octal302146377307400424144106
Binary11000010110011011111111110001111000010001010011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C266FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C266FF; }

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

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

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

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

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

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

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

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