Html Css Color HEX #CD51DB Medium Orchid

📋 copy color: '#CD51DB'

red 205 ◦ green 81 ◦ blue 219

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

Shades of Medium Orchid #CD51DB

Tints of Medium Orchid #CD51DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.37%

R = 40.59%
G = 16.04%
B = 43.37%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD51DB (or 0xCD51DB) is known color: Medium Orchid. HEX triplet: CD, 51 and DB. RGB value is (205,81,219). Sum of RGB (Red+Green+Blue) = 205+81+219=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 81 (32.03% from 255 or 16.04% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD51DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD51DB is #32AE24. Grayscale: #858585. Windows color (decimal): -3321381 or 14373325. OLE color: 14373325.

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

Color convert

RGB 205 81 219 -
CMYK 0.06 0.63 0 0.14
HSL 293.91º 0.66% 0.59% -
HSV(B) 293.91º 0.63% 0.86% -
XYZ 40.91 23.98 69.49 -
YUV 133.81 176.08 178.78 -
System Red Green Blue C M Y K H S L
Decimal 205 81 219 0.06 0.63 0 0.14 293.91 0.66 0.59
Hex CD 51 DB 6 3F 0 E 126 42 3B
Octal 315 121 333 6 77 0 16 446 102 73
Binary 11001101 1010001 11011011 110 111111 0 1110 100100110 1000010 111011

Color Harmonies of #CD51DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD51DB

Black with #CD51DB

Text Example


Text Example

White with #CD51DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD51DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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