#CD39D9

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

Shades of Medium Orchid #CD39D9

Tints of Medium Orchid #CD39D9

Color information

#CD39D9 (or 0xCD39D9) is unknown color: approx Medium Orchid. HEX triplet: CD, 39 and D9. RGB value is (205,57,217). Sum of RGB (Red+Green+Blue) = 205+57+217=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 57 (22.66% from 255 or 11.90% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 217 - color contains mainly: blue. Hex color #CD39D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD39D9 is #32C626. Grayscale: #777777. Windows color (decimal): -3327527 or 14236109. OLE color: 14236109.

HSL color Cylindrical-coordinate representation of color #CD39D9: hue angle of 295.5º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD39D9 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20557217-
CMYK0.060.7400.15
HSL295.5º67.8%53.73%-
HSV(B)295.5º73.73%85.1%-
XYZ39.1620.9267.62-
YUV119.49183.03188.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.80%
GREEN value IS 57 (22.66% from 255) = 11.90%
BLUE value IS 217 (85.16% from 255) = 45.30%
R=42.80%
G=11.90%
B=45.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205572170.060.7400.15295.567.853.73
HexCD39D964A0F1284436
Octal31571331611201745010466
Binary11001101111001110110011101001010011111001010001000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD39D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD39D9; }

 p { color: rgb(205,57,217); }

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

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

 a { background-color: rgb(205,57,217); }

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

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

 span { border-color: rgb(205,57,217); }

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