Html Css Color HEX #CE59EF Medium Orchid

📋 copy color: '#CE59EF'

red 206 ◦ green 89 ◦ blue 239

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

Shades of Medium Orchid #CE59EF

Tints of Medium Orchid #CE59EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.76%

R = 38.58%
G = 16.67%
B = 44.76%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE59EF (or 0xCE59EF) is known color: Medium Orchid. HEX triplet: CE, 59 and EF. RGB value is (206,89,239). Sum of RGB (Red+Green+Blue) = 206+89+239=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 89 (35.16% from 255 or 16.67% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE59EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE59EF is #31A610. Grayscale: #8C8C8C. Windows color (decimal): -3253777 or 15686094. OLE color: 15686094.

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

Color convert

RGB 206 89 239 -
CMYK 0.14 0.63 0 0.06
HSL 286.8º 0.82% 0.64% -
HSV(B) 286.8º 0.63% 0.94% -
XYZ 44.61 26.5 84.43 -
YUV 141.08 183.26 174.3 -
System Red Green Blue C M Y K H S L
Decimal 206 89 239 0.14 0.63 0 0.06 286.8 0.82 0.64
Hex CE 59 EF E 3F 0 6 11F 52 40
Octal 316 131 357 16 77 0 6 437 122 100
Binary 11001110 1011001 11101111 1110 111111 0 110 100011111 1010010 1000000

Color Harmonies of #CE59EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE59EF

Black with #CE59EF

Text Example


Text Example

White with #CE59EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE59EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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