Html Css Color HEX #CD59D6 Medium Orchid

📋 copy color: '#CD59D6'

red 205 ◦ green 89 ◦ blue 214

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

Shades of Medium Orchid #CD59D6

Tints of Medium Orchid #CD59D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.13%

R = 40.35%
G = 17.52%
B = 42.13%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CD59D6 (or 0xCD59D6) is known color: Medium Orchid. HEX triplet: CD, 59 and D6. RGB value is (205,89,214). Sum of RGB (Red+Green+Blue) = 205+89+214=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 89 (35.16% from 255 or 17.52% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 214 - color contains mainly: blue. Hex color #CD59D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD59D6 is #32A629. Grayscale: #898989. Windows color (decimal): -3319338 or 14047693. OLE color: 14047693.

HSL color Cylindrical-coordinate representation of color #CD59D6: hue angle of 295.68º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD59D6 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 89 214 -
CMYK 0.04 0.58 0 0.16
HSL 295.68º 0.6% 0.59% -
HSV(B) 295.68º 0.58% 0.84% -
XYZ 40.89 24.98 66.28 -
YUV 137.93 170.93 175.84 -
System Red Green Blue C M Y K H S L
Decimal 205 89 214 0.04 0.58 0 0.16 295.68 0.6 0.59
Hex CD 59 D6 4 3A 0 10 128 3C 3B
Octal 315 131 326 4 72 0 20 450 74 73
Binary 11001101 1011001 11010110 100 111010 0 10000 100101000 111100 111011

Color Harmonies of #CD59D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD59D6

Black with #CD59D6

Text Example


Text Example

White with #CD59D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD59D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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