Html Css Color HEX #CD59D8 Medium Orchid

📋 copy color: '#CD59D8'

red 205 ◦ green 89 ◦ blue 216

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

Shades of Medium Orchid #CD59D8

Tints of Medium Orchid #CD59D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.35%

R = 40.2%
G = 17.45%
B = 42.35%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CD59D8 (or 0xCD59D8) is known color: Medium Orchid. HEX triplet: CD, 59 and D8. RGB value is (205,89,216). Sum of RGB (Red+Green+Blue) = 205+89+216=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 216 (84.77% from 255 or 42.35% from 510); Max value from RGB is 216 - color contains mainly: blue. Hex color #CD59D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD59D8 is #32A627. Grayscale: #898989. Windows color (decimal): -3319336 or 14178765. OLE color: 14178765.

HSL color Cylindrical-coordinate representation of color #CD59D8: hue angle of 294.8º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD59D8 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 89 216 -
CMYK 0.05 0.59 0 0.15
HSL 294.8º 0.62% 0.6% -
HSV(B) 294.8º 0.59% 0.85% -
XYZ 41.14 25.08 67.64 -
YUV 138.16 171.93 175.67 -
System Red Green Blue C M Y K H S L
Decimal 205 89 216 0.05 0.59 0 0.15 294.8 0.62 0.6
Hex CD 59 D8 5 3B 0 F 127 3E 3C
Octal 315 131 330 5 73 0 17 447 76 74
Binary 11001101 1011001 11011000 101 111011 0 1111 100100111 111110 111100

Color Harmonies of #CD59D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD59D8

Black with #CD59D8

Text Example


Text Example

White with #CD59D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD59D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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