Html Css Color HEX #CD59EC Medium Orchid

📋 copy color: '#CD59EC'

red 205 ◦ green 89 ◦ blue 236

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

Shades of Medium Orchid #CD59EC

Tints of Medium Orchid #CD59EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.53%

R = 38.68%
G = 16.79%
B = 44.53%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD59EC (or 0xCD59EC) is known color: Medium Orchid. HEX triplet: CD, 59 and EC. RGB value is (205,89,236). Sum of RGB (Red+Green+Blue) = 205+89+236=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 89 (35.16% from 255 or 16.79% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD59EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD59EC is #32A613. Grayscale: #8B8B8B. Windows color (decimal): -3319316 or 15489485. OLE color: 15489485.

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

Color convert

RGB 205 89 236 -
CMYK 0.13 0.62 0 0.07
HSL 287.35º 0.79% 0.64% -
HSV(B) 287.35º 0.62% 0.93% -
XYZ 43.89 26.18 82.1 -
YUV 140.44 181.93 174.05 -
System Red Green Blue C M Y K H S L
Decimal 205 89 236 0.13 0.62 0 0.07 287.35 0.79 0.64
Hex CD 59 EC D 3E 0 7 11F 4F 40
Octal 315 131 354 15 76 0 7 437 117 100
Binary 11001101 1011001 11101100 1101 111110 0 111 100011111 1001111 1000000

Color Harmonies of #CD59EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD59EC

Black with #CD59EC

Text Example


Text Example

White with #CD59EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD59EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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