Html Css Color HEX #CD5DDD Medium Orchid

📋 copy color: '#CD5DDD'

red 205 ◦ green 93 ◦ blue 221

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

Shades of Medium Orchid #CD5DDD

Tints of Medium Orchid #CD5DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.92%

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

R = 39.5%
G = 17.92%
B = 42.58%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD5DDD (or 0xCD5DDD) is known color: Medium Orchid. HEX triplet: CD, 5D and DD. RGB value is (205,93,221). Sum of RGB (Red+Green+Blue) = 205+93+221=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD5DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5DDD is #32A222. Grayscale: #8C8C8C. Windows color (decimal): -3318307 or 14507469. OLE color: 14507469.

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

Color convert

RGB 205 93 221 -
CMYK 0.07 0.58 0 0.13
HSL 292.5º 0.65% 0.62% -
HSV(B) 292.5º 0.58% 0.87% -
XYZ 42.14 26.03 71.21 -
YUV 141.08 173.11 173.59 -
System Red Green Blue C M Y K H S L
Decimal 205 93 221 0.07 0.58 0 0.13 292.5 0.65 0.62
Hex CD 5D DD 7 3A 0 D 124 41 3E
Octal 315 135 335 7 72 0 15 444 101 76
Binary 11001101 1011101 11011101 111 111010 0 1101 100100100 1000001 111110

Color Harmonies of #CD5DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5DDD

Black with #CD5DDD

Text Example


Text Example

White with #CD5DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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