#c06bef

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

Shades of Heliotrope #C06BEF

Tints of Heliotrope #C06BEF

Color information

#C06BEF (or 0xC06BEF) is unknown color: approx Heliotrope. HEX triplet: C0, 6B and EF. RGB value is (192,107,239). Sum of RGB (Red+Green+Blue) = 192+107+239=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #C06BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06BEF is #3F9410. Grayscale: #939393. Windows color (decimal): -4166673 or 15690688. OLE color: 15690688.

HSL color Cylindrical-coordinate representation of color #C06BEF: hue angle of 278.64º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C06BEF is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB192107239-
CMYK0.200.5500.06
HSL278.64º80.49%67.84%-
HSV(B)278.64º55.23%93.73%-
XYZ42.5827.9584.81-
YUV147.46179.66159.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.69%
GREEN value IS 107 (42.19% from 255) = 19.89%
BLUE value IS 239 (93.75% from 255) = 44.42%
R=35.69%
G=19.89%
B=44.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1921072390.200.5500.06278.6480.4967.84
HexC06BEF1437061175044
Octal300153357246706427120104
Binary1100000011010111110111110100110111011010001011110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c06bef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c06bef; }

 p { color: rgb(192,107,239); }

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

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

 a { background-color: rgb(192,107,239); }

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

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

 span { border-color: rgb(192,107,239); }

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