Html Css Color HEX #CD59DB Medium Orchid

📋 copy color: '#CD59DB'

red 205 ◦ green 89 ◦ blue 219

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

Shades of Medium Orchid #CD59DB

Tints of Medium Orchid #CD59DB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.35%

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

R = 39.96%
G = 17.35%
B = 42.69%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD59DB (or 0xCD59DB) is known color: Medium Orchid. HEX triplet: CD, 59 and DB. RGB value is (205,89,219). Sum of RGB (Red+Green+Blue) = 205+89+219=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 89 (35.16% from 255 or 17.35% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD59DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD59DB is #32A624. Grayscale: #8A8A8A. Windows color (decimal): -3319333 or 14375373. OLE color: 14375373.

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

Color convert

RGB 205 89 219 -
CMYK 0.06 0.59 0 0.14
HSL 293.54º 0.64% 0.6% -
HSV(B) 293.54º 0.59% 0.86% -
XYZ 41.54 25.24 69.7 -
YUV 138.5 173.43 175.43 -
System Red Green Blue C M Y K H S L
Decimal 205 89 219 0.06 0.59 0 0.14 293.54 0.64 0.6
Hex CD 59 DB 6 3B 0 E 126 40 3C
Octal 315 131 333 6 73 0 16 446 100 74
Binary 11001101 1011001 11011011 110 111011 0 1110 100100110 1000000 111100

Color Harmonies of #CD59DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD59DB

Black with #CD59DB

Text Example


Text Example

White with #CD59DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD59DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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