Html Css Color HEX #CD59EE Medium Orchid

📋 copy color: '#CD59EE'

red 205 ◦ green 89 ◦ blue 238

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

Shades of Medium Orchid #CD59EE

Tints of Medium Orchid #CD59EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.74%

R = 38.53%
G = 16.73%
B = 44.74%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD59EE (or 0xCD59EE) is known color: Medium Orchid. HEX triplet: CD, 59 and EE. RGB value is (205,89,238). Sum of RGB (Red+Green+Blue) = 205+89+238=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 89 (35.16% from 255 or 16.73% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD59EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD59EE is #32A611. Grayscale: #8C8C8C. Windows color (decimal): -3319314 or 15620557. OLE color: 15620557.

HSL color Cylindrical-coordinate representation of color #CD59EE: hue angle of 286.71º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD59EE is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 89 238 -
CMYK 0.14 0.63 0 0.07
HSL 286.71º 0.81% 0.64% -
HSV(B) 286.71º 0.63% 0.93% -
XYZ 44.18 26.3 83.64 -
YUV 140.67 182.93 173.88 -
System Red Green Blue C M Y K H S L
Decimal 205 89 238 0.14 0.63 0 0.07 286.71 0.81 0.64
Hex CD 59 EE E 3F 0 7 11F 51 40
Octal 315 131 356 16 77 0 7 437 121 100
Binary 11001101 1011001 11101110 1110 111111 0 111 100011111 1010001 1000000

Color Harmonies of #CD59EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD59EE

Black with #CD59EE

Text Example


Text Example

White with #CD59EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD59EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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