#c66bed

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

Shades of Heliotrope #C66BED

Tints of Heliotrope #C66BED

Color information

#C66BED (or 0xC66BED) is unknown color: approx Heliotrope. HEX triplet: C6, 6B and ED. RGB value is (198,107,237). Sum of RGB (Red+Green+Blue) = 198+107+237=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 107 (42.19% from 255 or 19.74% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #C66BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66BED is #399412. Grayscale: #949494. Windows color (decimal): -3773459 or 15559622. OLE color: 15559622.

HSL color Cylindrical-coordinate representation of color #C66BED: hue angle of 282º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C66BED is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB198107237-
CMYK0.160.5500.07
HSL282º78.31%67.45%-
HSV(B)282º54.85%92.94%-
XYZ43.8328.6483.34-
YUV149.03177.65162.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.53%
GREEN value IS 107 (42.19% from 255) = 19.74%
BLUE value IS 237 (92.97% from 255) = 43.73%
R=36.53%
G=19.74%
B=43.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1981072370.160.5500.0728278.3167.45
HexC66BED10370711a4e43
Octal306153355206707432116103
Binary1100011011010111110110110000110111011110001101010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c66bed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c66bed; }

 p { color: rgb(198,107,237); }

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

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

 a { background-color: rgb(198,107,237); }

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

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

 span { border-color: rgb(198,107,237); }

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