#CF66ED

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

Shades of Heliotrope #CF66ED

Tints of Heliotrope #CF66ED

Color information

#CF66ED (or 0xCF66ED) is unknown color: approx Heliotrope. HEX triplet: CF, 66 and ED. RGB value is (207,102,237). Sum of RGB (Red+Green+Blue) = 207+102+237=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 102 (40.23% from 255 or 18.68% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF66ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF66ED is #309912. Grayscale: #949494. Windows color (decimal): -3184915 or 15558351. OLE color: 15558351.

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

Color convert

RGB207102237-
CMYK0.130.5700.07
HSL286.67º78.95%66.47%-
HSV(B)286.67º56.96%92.94%-
XYZ45.7728.8883.28-
YUV148.78177.79169.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.91%
GREEN value IS 102 (40.23% from 255) = 18.68%
BLUE value IS 237 (92.97% from 255) = 43.41%
R=37.91%
G=18.68%
B=43.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071022370.130.5700.07286.6778.9566.47
HexCF66EDD390711f4f42
Octal317146355157107437117102
Binary110011111100110111011011101111001011110001111110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF66ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF66ED; }

 p { color: rgb(207,102,237); }

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

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

 a { background-color: rgb(207,102,237); }

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

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

 span { border-color: rgb(207,102,237); }

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