#cd4dd5

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

Shades of Medium Orchid #CD4DD5

Tints of Medium Orchid #CD4DD5

Color information

#CD4DD5 (or 0xCD4DD5) is unknown color: approx Medium Orchid. HEX triplet: CD, 4D and D5. RGB value is (205,77,213). Sum of RGB (Red+Green+Blue) = 205+77+213=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #CD4DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4DD5 is #32B22A. Grayscale: #828282. Windows color (decimal): -3322411 or 13979085. OLE color: 13979085.

HSL color Cylindrical-coordinate representation of color #CD4DD5: hue angle of 296.47º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD4DD5 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20577213-
CMYK0.040.6400.16
HSL296.47º61.82%56.86%-
HSV(B)296.47º63.85%83.53%-
XYZ39.8423.0965.31-
YUV130.78174.41180.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.41%
GREEN value IS 77 (30.47% from 255) = 15.56%
BLUE value IS 213 (83.59% from 255) = 43.03%
R=41.41%
G=15.56%
B=43.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal205772130.040.6400.16296.4761.8256.86
HexCD4DD54400101283e39
Octal31511532541000204507671
Binary110011011001101110101011001000000010000100101000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd4dd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd4dd5; }

 p { color: rgb(205,77,213); }

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

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

 a { background-color: rgb(205,77,213); }

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

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

 span { border-color: rgb(205,77,213); }

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