#C06CFF

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

Shades of Heliotrope #C06CFF

Tints of Heliotrope #C06CFF

Color information

#C06CFF (or 0xC06CFF) is unknown color: approx Heliotrope. HEX triplet: C0, 6C and FF. RGB value is (192,108,255). Sum of RGB (Red+Green+Blue) = 192+108+255=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 108 (42.58% from 255 or 19.46% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #C06CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06CFF is #3F9300. Grayscale: #959595. Windows color (decimal): -4166401 or 16739520. OLE color: 16739520.

HSL color Cylindrical-coordinate representation of color #C06CFF: hue angle of 274.29º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C06CFF is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB192108255-
CMYK0.250.5800
HSL274.29º100%71.18%-
HSV(B)274.29º57.65%100%-
XYZ45.1529.1597.85-
YUV149.87187.33158.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.59%
GREEN value IS 108 (42.58% from 255) = 19.46%
BLUE value IS 255 (100% from 255) = 45.95%
R=34.59%
G=19.46%
B=45.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1921082550.250.5800274.2910071.18
HexC06CFF193A001126447
Octal300154377317200422144107
Binary11000000110110011111111110011110100010001001011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06CFF; }

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

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

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

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

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

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

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

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