Html Css Color HEX #CE59E2 Medium Orchid

📋 copy color: '#CE59E2'

red 206 ◦ green 89 ◦ blue 226

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

Shades of Medium Orchid #CE59E2

Tints of Medium Orchid #CE59E2

RGB

 RED value IS 206 (80.86% from 255) = 39.54%

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

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

R = 39.54%
G = 17.08%
B = 43.38%

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

#CE59E2 (or 0xCE59E2) is known color: Medium Orchid. HEX triplet: CE, 59 and E2. RGB value is (206,89,226). Sum of RGB (Red+Green+Blue) = 206+89+226=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 89 (35.16% from 255 or 17.08% from 521); Blue value is 226 (88.67% from 255 or 43.38% from 521); Max value from RGB is 226 - color contains mainly: blue. Hex color #CE59E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE59E2 is #31A61D. Grayscale: #8B8B8B. Windows color (decimal): -3253790 or 14834126. OLE color: 14834126.

HSL color Cylindrical-coordinate representation of color #CE59E2: hue angle of 291.24º 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 #CE59E2 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 89 226 -
CMYK 0.09 0.61 0 0.11
HSL 291.24º 0.7% 0.62% -
HSV(B) 291.24º 0.61% 0.89% -
XYZ 42.75 25.76 74.67 -
YUV 139.6 176.76 175.36 -
System Red Green Blue C M Y K H S L
Decimal 206 89 226 0.09 0.61 0 0.11 291.24 0.7 0.62
Hex CE 59 E2 9 3D 0 B 123 46 3E
Octal 316 131 342 11 75 0 13 443 106 76
Binary 11001110 1011001 11100010 1001 111101 0 1011 100100011 1000110 111110

Color Harmonies of #CE59E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE59E2

Black with #CE59E2

Text Example


Text Example

White with #CE59E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE59E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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