#C06BF1

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

Shades of Heliotrope #C06BF1

Tints of Heliotrope #C06BF1

Color information

#C06BF1 (or 0xC06BF1) is unknown color: approx Heliotrope. HEX triplet: C0, 6B and F1. RGB value is (192,107,241). Sum of RGB (Red+Green+Blue) = 192+107+241=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 107 (42.19% from 255 or 19.81% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #C06BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06BF1 is #3F940E. Grayscale: #939393. Windows color (decimal): -4166671 or 15821760. OLE color: 15821760.

HSL color Cylindrical-coordinate representation of color #C06BF1: hue angle of 278.06º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C06BF1 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB192107241-
CMYK0.200.5600.05
HSL278.06º82.72%68.24%-
HSV(B)278.06º55.6%94.51%-
XYZ42.8728.0786.38-
YUV147.69180.66159.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.56%
GREEN value IS 107 (42.19% from 255) = 19.81%
BLUE value IS 241 (94.53% from 255) = 44.63%
R=35.56%
G=19.81%
B=44.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1921072410.200.5600.05278.0682.7268.24
HexC06BF11438051165344
Octal300153361247005426123104
Binary1100000011010111111000110100111000010110001011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06BF1; }

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

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

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

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

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

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

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

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