Html Css Color HEX #CD59E2 Medium Orchid

📋 copy color: '#CD59E2'

red 205 ◦ green 89 ◦ blue 226

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

Shades of Medium Orchid #CD59E2

Tints of Medium Orchid #CD59E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 43.46%

R = 39.42%
G = 17.12%
B = 43.46%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CD59E2 (or 0xCD59E2) is known color: Medium Orchid. HEX triplet: CD, 59 and E2. RGB value is (205,89,226). Sum of RGB (Red+Green+Blue) = 205+89+226=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 226 (88.67% from 255 or 43.46% from 520); Max value from RGB is 226 - color contains mainly: blue. Hex color #CD59E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD59E2 is #32A61D. Grayscale: #8A8A8A. Windows color (decimal): -3319326 or 14834125. OLE color: 14834125.

HSL color Cylindrical-coordinate representation of color #CD59E2: hue angle of 290.8º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD59E2 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 89 226 -
CMYK 0.09 0.61 0 0.11
HSL 290.8º 0.7% 0.62% -
HSV(B) 290.8º 0.61% 0.89% -
XYZ 42.48 25.61 74.66 -
YUV 139.3 176.93 174.86 -
System Red Green Blue C M Y K H S L
Decimal 205 89 226 0.09 0.61 0 0.11 290.8 0.7 0.62
Hex CD 59 E2 9 3D 0 B 123 46 3E
Octal 315 131 342 11 75 0 13 443 106 76
Binary 11001101 1011001 11100010 1001 111101 0 1011 100100011 1000110 111110

Color Harmonies of #CD59E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD59E2

Black with #CD59E2

Text Example


Text Example

White with #CD59E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD59E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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