Html Css Color HEX #CE59EB Medium Orchid

📋 copy color: '#CE59EB'

red 206 ◦ green 89 ◦ blue 235

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

Shades of Medium Orchid #CE59EB

Tints of Medium Orchid #CE59EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.34%

R = 38.87%
G = 16.79%
B = 44.34%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE59EB (or 0xCE59EB) is known color: Medium Orchid. HEX triplet: CE, 59 and EB. RGB value is (206,89,235). Sum of RGB (Red+Green+Blue) = 206+89+235=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 89 (35.16% from 255 or 16.79% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE59EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE59EB is #31A614. Grayscale: #8C8C8C. Windows color (decimal): -3253781 or 15423950. OLE color: 15423950.

HSL color Cylindrical-coordinate representation of color #CE59EB: hue angle of 288.08º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE59EB is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 89 235 -
CMYK 0.12 0.62 0 0.08
HSL 288.08º 0.78% 0.64% -
HSV(B) 288.08º 0.62% 0.92% -
XYZ 44.02 26.26 81.35 -
YUV 140.63 181.26 174.63 -
System Red Green Blue C M Y K H S L
Decimal 206 89 235 0.12 0.62 0 0.08 288.08 0.78 0.64
Hex CE 59 EB C 3E 0 8 120 4E 40
Octal 316 131 353 14 76 0 10 440 116 100
Binary 11001110 1011001 11101011 1100 111110 0 1000 100100000 1001110 1000000

Color Harmonies of #CE59EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE59EB

Black with #CE59EB

Text Example


Text Example

White with #CE59EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE59EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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