#C065F6

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

Shades of Heliotrope #C065F6

Tints of Heliotrope #C065F6

Color information

#C065F6 (or 0xC065F6) is unknown color: approx Heliotrope. HEX triplet: C0, 65 and F6. RGB value is (192,101,246). Sum of RGB (Red+Green+Blue) = 192+101+246=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 101 (39.84% from 255 or 18.74% from 539); Blue value is 246 (96.48% from 255 or 45.64% from 539); Max value from RGB is 246 - color contains mainly: blue. Hex color #C065F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C065F6 is #3F9A09. Grayscale: #909090. Windows color (decimal): -4168202 or 16147904. OLE color: 16147904.

HSL color Cylindrical-coordinate representation of color #C065F6: hue angle of 277.66º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C065F6 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB192101246-
CMYK0.220.5900.04
HSL277.66º88.96%68.04%-
HSV(B)277.66º58.94%96.47%-
XYZ43.0327.1790.16-
YUV144.74185.15161.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.62%
GREEN value IS 101 (39.84% from 255) = 18.74%
BLUE value IS 246 (96.48% from 255) = 45.64%
R=35.62%
G=18.74%
B=45.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1921012460.220.5900.04277.6688.9668.04
HexC065F6163B041165944
Octal300145366267304426131104
Binary1100000011001011111011010110111011010010001011010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C065F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C065F6; }

 p { color: rgb(192,101,246); }

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

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

 a { background-color: rgb(192,101,246); }

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

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

 span { border-color: rgb(192,101,246); }

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