#CF59DA

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

Shades of Medium Orchid #CF59DA

Tints of Medium Orchid #CF59DA

Color information

#CF59DA (or 0xCF59DA) is unknown color: approx Medium Orchid. HEX triplet: CF, 59 and DA. RGB value is (207,89,218). Sum of RGB (Red+Green+Blue) = 207+89+218=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF59DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF59DA is #30A625. Grayscale: #8A8A8A. Windows color (decimal): -3188262 or 14309839. OLE color: 14309839.

HSL color Cylindrical-coordinate representation of color #CF59DA: hue angle of 294.88º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF59DA is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20789218-
CMYK0.050.5900.15
HSL294.88º63.55%60.2%-
HSV(B)294.88º59.17%85.49%-
XYZ41.9625.4769.03-
YUV138.99172.59176.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.27%
GREEN value IS 89 (35.16% from 255) = 17.32%
BLUE value IS 218 (85.55% from 255) = 42.41%
R=40.27%
G=17.32%
B=42.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal207892180.050.5900.15294.8863.5560.2
HexCF59DA53B0F127403c
Octal31713133257301744710074
Binary11001111101100111011010101111011011111001001111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF59DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF59DA; }

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

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

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

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

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

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

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

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