Html Css Color HEX #CD53DD Medium Orchid

📋 copy color: '#CD53DD'

red 205 ◦ green 83 ◦ blue 221

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

Shades of Medium Orchid #CD53DD

Tints of Medium Orchid #CD53DD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.31%

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

R = 40.28%
G = 16.31%
B = 43.42%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD53DD (or 0xCD53DD) is known color: Medium Orchid. HEX triplet: CD, 53 and DD. RGB value is (205,83,221). Sum of RGB (Red+Green+Blue) = 205+83+221=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 83 (32.81% from 255 or 16.31% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD53DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD53DD is #32AC22. Grayscale: #868686. Windows color (decimal): -3320867 or 14504909. OLE color: 14504909.

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

Color convert

RGB 205 83 221 -
CMYK 0.07 0.62 0 0.13
HSL 293.04º 0.67% 0.6% -
HSV(B) 293.04º 0.62% 0.87% -
XYZ 41.32 24.39 70.94 -
YUV 135.21 176.42 177.78 -
System Red Green Blue C M Y K H S L
Decimal 205 83 221 0.07 0.62 0 0.13 293.04 0.67 0.6
Hex CD 53 DD 7 3E 0 D 125 43 3C
Octal 315 123 335 7 76 0 15 445 103 74
Binary 11001101 1010011 11011101 111 111110 0 1101 100100101 1000011 111100

Color Harmonies of #CD53DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD53DD

Black with #CD53DD

Text Example


Text Example

White with #CD53DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD53DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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