#CD5DDC

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

Shades of Medium Orchid #CD5DDC

Tints of Medium Orchid #CD5DDC

Color information

#CD5DDC (or 0xCD5DDC) is unknown color: approx Medium Orchid. HEX triplet: CD, 5D and DC. RGB value is (205,93,220). Sum of RGB (Red+Green+Blue) = 205+93+220=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD5DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5DDC is #32A223. Grayscale: #8C8C8C. Windows color (decimal): -3318308 or 14441933. OLE color: 14441933.

HSL color Cylindrical-coordinate representation of color #CD5DDC: hue angle of 292.91º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD5DDC is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20593220-
CMYK0.070.5800.14
HSL292.91º64.47%61.37%-
HSV(B)292.91º57.73%86.27%-
XYZ42.0125.9870.51-
YUV140.97172.61173.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.58%
GREEN value IS 93 (36.72% from 255) = 17.95%
BLUE value IS 220 (86.33% from 255) = 42.47%
R=39.58%
G=17.95%
B=42.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal205932200.070.5800.14292.9164.4761.37
HexCD5DDC73A0E125403d
Octal31513533477201644510075
Binary11001101101110111011100111111010011101001001011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5DDC; }

 p { color: rgb(205,93,220); }

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

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

 a { background-color: rgb(205,93,220); }

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

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

 span { border-color: rgb(205,93,220); }

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