Html Css Color HEX #CD51DD Medium Orchid

📋 copy color: '#CD51DD'

red 205 ◦ green 81 ◦ blue 221

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

Shades of Medium Orchid #CD51DD

Tints of Medium Orchid #CD51DD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.98%

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

R = 40.43%
G = 15.98%
B = 43.59%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD51DD (or 0xCD51DD) is known color: Medium Orchid. HEX triplet: CD, 51 and DD. RGB value is (205,81,221). Sum of RGB (Red+Green+Blue) = 205+81+221=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 81 (32.03% from 255 or 15.98% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD51DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD51DD is #32AE22. Grayscale: #858585. Windows color (decimal): -3321379 or 14504397. OLE color: 14504397.

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

Color convert

RGB 205 81 221 -
CMYK 0.07 0.63 0 0.13
HSL 293.14º 0.67% 0.59% -
HSV(B) 293.14º 0.63% 0.87% -
XYZ 41.17 24.08 70.89 -
YUV 134.04 177.08 178.62 -
System Red Green Blue C M Y K H S L
Decimal 205 81 221 0.07 0.63 0 0.13 293.14 0.67 0.59
Hex CD 51 DD 7 3F 0 D 125 43 3B
Octal 315 121 335 7 77 0 15 445 103 73
Binary 11001101 1010001 11011101 111 111111 0 1101 100100101 1000011 111011

Color Harmonies of #CD51DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD51DD

Black with #CD51DD

Text Example


Text Example

White with #CD51DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD51DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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