#CF56E9

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

Shades of Medium Orchid #CF56E9

Tints of Medium Orchid #CF56E9

Color information

#CF56E9 (or 0xCF56E9) is unknown color: approx Medium Orchid. HEX triplet: CF, 56 and E9. RGB value is (207,86,233). Sum of RGB (Red+Green+Blue) = 207+86+233=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 86 (33.98% from 255 or 16.35% from 526); Blue value is 233 (91.41% from 255 or 44.30% from 526); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF56E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF56E9 is #30A916. Grayscale: #8A8A8A. Windows color (decimal): -3189015 or 15292111. OLE color: 15292111.

HSL color Cylindrical-coordinate representation of color #CF56E9: hue angle of 289.39º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF56E9 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20786233-
CMYK0.110.6300.09
HSL289.39º76.96%62.55%-
HSV(B)289.39º63.09%91.37%-
XYZ43.7725.879.76-
YUV138.94181.09176.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.35%
GREEN value IS 86 (33.98% from 255) = 16.35%
BLUE value IS 233 (91.41% from 255) = 44.30%
R=39.35%
G=16.35%
B=44.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal207862330.110.6300.09289.3976.9662.55
HexCF56E9B3F091214d3f
Octal317126351137701144111577
Binary110011111010110111010011011111111010011001000011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF56E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF56E9; }

 p { color: rgb(207,86,233); }

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

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

 a { background-color: rgb(207,86,233); }

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

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

 span { border-color: rgb(207,86,233); }

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