#CF6EEC

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

Shades of Heliotrope #CF6EEC

Tints of Heliotrope #CF6EEC

Color information

#CF6EEC (or 0xCF6EEC) is unknown color: approx Heliotrope. HEX triplet: CF, 6E and EC. RGB value is (207,110,236). Sum of RGB (Red+Green+Blue) = 207+110+236=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 110 (43.36% from 255 or 19.89% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF6EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6EEC is #309113. Grayscale: #989898. Windows color (decimal): -3182868 or 15494863. OLE color: 15494863.

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

Color convert

RGB207110236-
CMYK0.120.5300.07
HSL286.19º76.83%67.84%-
HSV(B)286.19º53.39%92.55%-
XYZ46.4530.4782.79-
YUV153.37174.64166.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.43%
GREEN value IS 110 (43.36% from 255) = 19.89%
BLUE value IS 236 (92.58% from 255) = 42.68%
R=37.43%
G=19.89%
B=42.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071102360.120.5300.07286.1976.8367.84
HexCF6EECC350711e4d44
Octal317156354146507436115104
Binary110011111101110111011001100110101011110001111010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6EEC; }

 p { color: rgb(207,110,236); }

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

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

 a { background-color: rgb(207,110,236); }

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

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

 span { border-color: rgb(207,110,236); }

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