#C066FF

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

Shades of Heliotrope #C066FF

Tints of Heliotrope #C066FF

Color information

#C066FF (or 0xC066FF) is unknown color: approx Heliotrope. HEX triplet: C0, 66 and FF. RGB value is (192,102,255). Sum of RGB (Red+Green+Blue) = 192+102+255=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 102 (40.23% from 255 or 18.58% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #C066FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C066FF is #3F9900. Grayscale: #919191. Windows color (decimal): -4167937 or 16737984. OLE color: 16737984.

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

Color convert

RGB192102255-
CMYK0.250.600
HSL275.29º100%70%-
HSV(B)275.29º60%100%-
XYZ44.5427.9397.65-
YUV146.35189.32160.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.97%
GREEN value IS 102 (40.23% from 255) = 18.58%
BLUE value IS 255 (100% from 255) = 46.45%
R=34.97%
G=18.58%
B=46.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1921022550.250.600275.2910070
HexC066FF193C001136446
Octal300146377317400423144106
Binary11000000110011011111111110011111000010001001111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C066FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C066FF; }

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

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

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

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

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

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

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

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