#CD4DDC

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

Shades of Medium Orchid #CD4DDC

Tints of Medium Orchid #CD4DDC

Color information

#CD4DDC (or 0xCD4DDC) is unknown color: approx Medium Orchid. HEX triplet: CD, 4D and DC. RGB value is (205,77,220). Sum of RGB (Red+Green+Blue) = 205+77+220=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 77 (30.47% from 255 or 15.34% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD4DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4DDC is #32B223. Grayscale: #838383. Windows color (decimal): -3322404 or 14437837. OLE color: 14437837.

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

Color convert

RGB20577220-
CMYK0.070.6500.14
HSL293.71º67.14%58.24%-
HSV(B)293.71º65%86.27%-
XYZ40.7523.4570.09-
YUV131.57177.91180.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.84%
GREEN value IS 77 (30.47% from 255) = 15.34%
BLUE value IS 220 (86.33% from 255) = 43.82%
R=40.84%
G=15.34%
B=43.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal205772200.070.6500.14293.7167.1458.24
HexCD4DDC7410E126433a
Octal315115334710101644610372
Binary110011011001101110111001111000001011101001001101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4DDC; }

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

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

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

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

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

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

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

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