Html Css Color HEX #CD56DD Medium Orchid

📋 copy color: '#CD56DD'

red 205 ◦ green 86 ◦ blue 221

#CD56DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CD56DD

Tints of Medium Orchid #CD56DD

RGB

 RED value IS 205 (80.47% from 255) = 40.04%

 GREEN value IS 86 (33.98% from 255) = 16.8%

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 40.04%
G = 16.8%
B = 43.16%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD56DD (or 0xCD56DD) is known color: Medium Orchid. HEX triplet: CD, 56 and DD. RGB value is (205,86,221). Sum of RGB (Red+Green+Blue) = 205+86+221=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 86 (33.98% from 255 or 16.80% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD56DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD56DD is #32A922. Grayscale: #888888. Windows color (decimal): -3320099 or 14505677. OLE color: 14505677.

HSL color Cylindrical-coordinate representation of color #CD56DD: hue angle of 292.89º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD56DD is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 86 221 -
CMYK 0.07 0.61 0 0.13
HSL 292.89º 0.67% 0.6% -
HSV(B) 292.89º 0.61% 0.87% -
XYZ 41.56 24.86 71.01 -
YUV 136.97 175.42 176.52 -
System Red Green Blue C M Y K H S L
Decimal 205 86 221 0.07 0.61 0 0.13 292.89 0.67 0.6
Hex CD 56 DD 7 3D 0 D 125 43 3C
Octal 315 126 335 7 75 0 15 445 103 74
Binary 11001101 1010110 11011101 111 111101 0 1101 100100101 1000011 111100

Color Harmonies of #CD56DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD56DD

Black with #CD56DD

Text Example


Text Example

White with #CD56DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD56DD; }

 p { color: rgb(205,86,221); }

 H1.HeaderClassName
 {
   color: #CD56DD;
 }
 .AnyTagClassName
 {
   color: #CD56DD;
 }
</style>

background-color css

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

 a { background-color: rgb(205,86,221); }

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

border-color css

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

 span { border-color: rgb(205,86,221); }

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