#C06DEE

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

Shades of Heliotrope #C06DEE

Tints of Heliotrope #C06DEE

Color information

#C06DEE (or 0xC06DEE) is unknown color: approx Heliotrope. HEX triplet: C0, 6D and EE. RGB value is (192,109,238). Sum of RGB (Red+Green+Blue) = 192+109+238=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #C06DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06DEE is #3F9211. Grayscale: #949494. Windows color (decimal): -4166162 or 15625664. OLE color: 15625664.

HSL color Cylindrical-coordinate representation of color #C06DEE: hue angle of 278.6º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C06DEE is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192109238-
CMYK0.190.5400.07
HSL278.6º79.14%68.04%-
HSV(B)278.6º54.2%93.33%-
XYZ42.6428.3284.11-
YUV148.52178.5159.01-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.62%
GREEN value IS 109 (42.97% from 255) = 20.22%
BLUE value IS 238 (93.36% from 255) = 44.16%
R=35.62%
G=20.22%
B=44.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921092380.190.5400.07278.679.1468.04
HexC06DEE1336071174f44
Octal300155356236607427117104
Binary1100000011011011110111010011110110011110001011110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06DEE; }

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

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

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

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

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

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

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

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