Html Css Color HEX #CE59D6 Medium Orchid

📋 copy color: '#CE59D6'

red 206 ◦ green 89 ◦ blue 214

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

Shades of Medium Orchid #CE59D6

Tints of Medium Orchid #CE59D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.04%

R = 40.47%
G = 17.49%
B = 42.04%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE59D6 (or 0xCE59D6) is known color: Medium Orchid. HEX triplet: CE, 59 and D6. RGB value is (206,89,214). Sum of RGB (Red+Green+Blue) = 206+89+214=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 89 (35.16% from 255 or 17.49% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE59D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE59D6 is #31A629. Grayscale: #898989. Windows color (decimal): -3253802 or 14047694. OLE color: 14047694.

HSL color Cylindrical-coordinate representation of color #CE59D6: hue angle of 296.16º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE59D6 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 89 214 -
CMYK 0.04 0.58 0 0.16
HSL 296.16º 0.6% 0.59% -
HSV(B) 296.16º 0.58% 0.84% -
XYZ 41.16 25.12 66.3 -
YUV 138.23 170.76 176.34 -
System Red Green Blue C M Y K H S L
Decimal 206 89 214 0.04 0.58 0 0.16 296.16 0.6 0.59
Hex CE 59 D6 4 3A 0 10 128 3C 3B
Octal 316 131 326 4 72 0 20 450 74 73
Binary 11001110 1011001 11010110 100 111010 0 10000 100101000 111100 111011

Color Harmonies of #CE59D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE59D6

Black with #CE59D6

Text Example


Text Example

White with #CE59D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE59D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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