Html Css Color HEX #CE59ED Medium Orchid

📋 copy color: '#CE59ED'

red 206 ◦ green 89 ◦ blue 237

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

Shades of Medium Orchid #CE59ED

Tints of Medium Orchid #CE59ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.55%

R = 38.72%
G = 16.73%
B = 44.55%

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

#CE59ED (or 0xCE59ED) is known color: Medium Orchid. HEX triplet: CE, 59 and ED. RGB value is (206,89,237). Sum of RGB (Red+Green+Blue) = 206+89+237=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 89 (35.16% from 255 or 16.73% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE59ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE59ED is #31A612. Grayscale: #8C8C8C. Windows color (decimal): -3253779 or 15555022. OLE color: 15555022.

HSL color Cylindrical-coordinate representation of color #CE59ED: hue angle of 287.43º degrees, saturation: 0.8, 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 #CE59ED is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 89 237 -
CMYK 0.13 0.62 0 0.07
HSL 287.43º 0.8% 0.64% -
HSV(B) 287.43º 0.62% 0.93% -
XYZ 44.31 26.38 82.88 -
YUV 140.86 182.26 174.47 -
System Red Green Blue C M Y K H S L
Decimal 206 89 237 0.13 0.62 0 0.07 287.43 0.8 0.64
Hex CE 59 ED D 3E 0 7 11F 50 40
Octal 316 131 355 15 76 0 7 437 120 100
Binary 11001110 1011001 11101101 1101 111110 0 111 100011111 1010000 1000000

Color Harmonies of #CE59ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE59ED

Black with #CE59ED

Text Example


Text Example

White with #CE59ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE59ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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