#C06DFF

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

Shades of Heliotrope #C06DFF

Tints of Heliotrope #C06DFF

Color information

#C06DFF (or 0xC06DFF) is unknown color: approx Heliotrope. HEX triplet: C0, 6D and FF. RGB value is (192,109,255). Sum of RGB (Red+Green+Blue) = 192+109+255=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 109 (42.97% from 255 or 19.60% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #C06DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06DFF is #3F9200. Grayscale: #959595. Windows color (decimal): -4166145 or 16739776. OLE color: 16739776.

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

Color convert

RGB192109255-
CMYK0.250.5700
HSL274.11º100%71.37%-
HSV(B)274.11º57.25%100%-
XYZ45.2629.3697.89-
YUV150.46187157.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.53%
GREEN value IS 109 (42.97% from 255) = 19.60%
BLUE value IS 255 (100% from 255) = 45.86%
R=34.53%
G=19.60%
B=45.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1921092550.250.5700274.1110071.37
HexC06DFF1939001126447
Octal300155377317100422144107
Binary11000000110110111111111110011110010010001001011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06DFF; }

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

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

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

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

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

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

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

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