#C266F2

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

Shades of Heliotrope #C266F2

Tints of Heliotrope #C266F2

Color information

#C266F2 (or 0xC266F2) is unknown color: approx Heliotrope. HEX triplet: C2, 66 and F2. RGB value is (194,102,242). Sum of RGB (Red+Green+Blue) = 194+102+242=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 102 (40.23% from 255 or 18.96% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #C266F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C266F2 is #3D990D. Grayscale: #919191. Windows color (decimal): -4036878 or 15886018. OLE color: 15886018.

HSL color Cylindrical-coordinate representation of color #C266F2: hue angle of 279.43º 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 #C266F2 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB194102242-
CMYK0.200.5800.05
HSL279.43º84.34%67.45%-
HSV(B)279.43º57.85%94.9%-
XYZ43.0327.3887.02-
YUV145.47182.48162.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.06%
GREEN value IS 102 (40.23% from 255) = 18.96%
BLUE value IS 242 (94.92% from 255) = 44.98%
R=36.06%
G=18.96%
B=44.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1941022420.200.5800.05279.4384.3467.45
HexC266F2143A051175443
Octal302146362247205427124103
Binary1100001011001101111001010100111010010110001011110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C266F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C266F2; }

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

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

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

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

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

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

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

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