#CD5ADC

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

Shades of Medium Orchid #CD5ADC

Tints of Medium Orchid #CD5ADC

Color information

#CD5ADC (or 0xCD5ADC) is unknown color: approx Medium Orchid. HEX triplet: CD, 5A and DC. RGB value is (205,90,220). Sum of RGB (Red+Green+Blue) = 205+90+220=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD5ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5ADC is #32A523. Grayscale: #8A8A8A. Windows color (decimal): -3319076 or 14441165. OLE color: 14441165.

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

Color convert

RGB20590220-
CMYK0.070.5900.14
HSL293.08º65%60.78%-
HSV(B)293.08º59.09%86.27%-
XYZ41.7525.4670.42-
YUV139.21173.6174.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.81%
GREEN value IS 90 (35.55% from 255) = 17.48%
BLUE value IS 220 (86.33% from 255) = 42.72%
R=39.81%
G=17.48%
B=42.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal205902200.070.5900.14293.086560.78
HexCD5ADC73B0E125413d
Octal31513233477301644510175
Binary11001101101101011011100111111011011101001001011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5ADC; }

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

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

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

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

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

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

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

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