Html Css Color HEX #CD59E6 Medium Orchid

📋 copy color: '#CD59E6'

red 205 ◦ green 89 ◦ blue 230

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

Shades of Medium Orchid #CD59E6

Tints of Medium Orchid #CD59E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.89%

R = 39.12%
G = 16.98%
B = 43.89%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CD59E6 (or 0xCD59E6) is known color: Medium Orchid. HEX triplet: CD, 59 and E6. RGB value is (205,89,230). Sum of RGB (Red+Green+Blue) = 205+89+230=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 89 (35.16% from 255 or 16.98% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 230 - color contains mainly: blue. Hex color #CD59E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD59E6 is #32A619. Grayscale: #8B8B8B. Windows color (decimal): -3319322 or 15096269. OLE color: 15096269.

HSL color Cylindrical-coordinate representation of color #CD59E6: hue angle of 289.36º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD59E6 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 89 230 -
CMYK 0.11 0.61 0 0.10
HSL 289.36º 0.74% 0.63% -
HSV(B) 289.36º 0.61% 0.9% -
XYZ 43.03 25.84 77.58 -
YUV 139.76 178.93 174.54 -
System Red Green Blue C M Y K H S L
Decimal 205 89 230 0.11 0.61 0 0.10 289.36 0.74 0.63
Hex CD 59 E6 B 3D 0 A 121 4A 3F
Octal 315 131 346 13 75 0 12 441 112 77
Binary 11001101 1011001 11100110 1011 111101 0 1010 100100001 1001010 111111

Color Harmonies of #CD59E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD59E6

Black with #CD59E6

Text Example


Text Example

White with #CD59E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD59E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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