#CF59E9

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

Shades of Medium Orchid #CF59E9

Tints of Medium Orchid #CF59E9

Color information

#CF59E9 (or 0xCF59E9) is unknown color: approx Medium Orchid. HEX triplet: CF, 59 and E9. RGB value is (207,89,233). Sum of RGB (Red+Green+Blue) = 207+89+233=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 89 (35.16% from 255 or 16.82% from 529); Blue value is 233 (91.41% from 255 or 44.05% from 529); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF59E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF59E9 is #30A616. Grayscale: #8C8C8C. Windows color (decimal): -3188247 or 15292879. OLE color: 15292879.

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

Color convert

RGB20789233-
CMYK0.110.6200.09
HSL289.17º76.6%63.14%-
HSV(B)289.17º61.8%91.37%-
XYZ44.0126.2979.85-
YUV140.7180.09175.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.13%
GREEN value IS 89 (35.16% from 255) = 16.82%
BLUE value IS 233 (91.41% from 255) = 44.05%
R=39.13%
G=16.82%
B=44.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal207892330.110.6200.09289.1776.663.14
HexCF59E9B3E091214d3f
Octal317131351137601144111577
Binary110011111011001111010011011111110010011001000011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF59E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF59E9; }

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

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

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

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

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

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

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

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