#CF5DED

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

Shades of Heliotrope #CF5DED

Tints of Heliotrope #CF5DED

Color information

#CF5DED (or 0xCF5DED) is unknown color: approx Heliotrope. HEX triplet: CF, 5D and ED. RGB value is (207,93,237). Sum of RGB (Red+Green+Blue) = 207+93+237=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 93 (36.72% from 255 or 17.32% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF5DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5DED is #30A212. Grayscale: #8F8F8F. Windows color (decimal): -3187219 or 15556047. OLE color: 15556047.

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

Color convert

RGB20793237-
CMYK0.130.6100.07
HSL287.5º80%64.71%-
HSV(B)287.5º60.76%92.94%-
XYZ44.9327.2183-
YUV143.5180.77173.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.55%
GREEN value IS 93 (36.72% from 255) = 17.32%
BLUE value IS 237 (92.97% from 255) = 44.13%
R=38.55%
G=17.32%
B=44.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal207932370.130.6100.07287.58064.71
HexCF5DEDD3D071205041
Octal317135355157507440120101
Binary110011111011101111011011101111101011110010000010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5DED; }

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

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

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

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

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

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

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

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