#CD4BD9

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

Shades of Medium Orchid #CD4BD9

Tints of Medium Orchid #CD4BD9

Color information

#CD4BD9 (or 0xCD4BD9) is unknown color: approx Medium Orchid. HEX triplet: CD, 4B and D9. RGB value is (205,75,217). Sum of RGB (Red+Green+Blue) = 205+75+217=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 75 (29.69% from 255 or 15.09% from 497); Blue value is 217 (85.16% from 255 or 43.66% from 497); Max value from RGB is 217 - color contains mainly: blue. Hex color #CD4BD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD4BD9 is #32B426. Grayscale: #818181. Windows color (decimal): -3322919 or 14240717. OLE color: 14240717.

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

Color convert

RGB20575217-
CMYK0.060.6500.15
HSL294.93º65.14%57.25%-
HSV(B)294.93º65.44%85.1%-
XYZ40.2223.0267.97-
YUV130.06177.07181.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.25%
GREEN value IS 75 (29.69% from 255) = 15.09%
BLUE value IS 217 (85.16% from 255) = 43.66%
R=41.25%
G=15.09%
B=43.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205752170.060.6500.15294.9365.1457.25
HexCD4BD96410F1274139
Octal315113331610101744710171
Binary110011011001011110110011101000001011111001001111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4BD9; }

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

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

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

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

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

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

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

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