Html Css Color HEX #CE58E8 Medium Orchid

📋 copy color: '#CE58E8'

red 206 ◦ green 88 ◦ blue 232

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

Shades of Medium Orchid #CE58E8

Tints of Medium Orchid #CE58E8

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.73%

 BLUE value IS 232 (91.02% from 255) = 44.11%

R = 39.16%
G = 16.73%
B = 44.11%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CE58E8 (or 0xCE58E8) is known color: Medium Orchid. HEX triplet: CE, 58 and E8. RGB value is (206,88,232). Sum of RGB (Red+Green+Blue) = 206+88+232=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 88 (34.77% from 255 or 16.73% from 526); Blue value is 232 (91.02% from 255 or 44.11% from 526); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE58E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE58E8 is #31A717. Grayscale: #8B8B8B. Windows color (decimal): -3254040 or 15227086. OLE color: 15227086.

HSL color Cylindrical-coordinate representation of color #CE58E8: hue angle of 289.17º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE58E8 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 88 232 -
CMYK 0.11 0.62 0 0.09
HSL 289.17º 0.76% 0.63% -
HSV(B) 289.17º 0.62% 0.91% -
XYZ 43.51 25.93 79.06 -
YUV 139.7 180.09 175.29 -
System Red Green Blue C M Y K H S L
Decimal 206 88 232 0.11 0.62 0 0.09 289.17 0.76 0.63
Hex CE 58 E8 B 3E 0 9 121 4C 3F
Octal 316 130 350 13 76 0 11 441 114 77
Binary 11001110 1011000 11101000 1011 111110 0 1001 100100001 1001100 111111

Color Harmonies of #CE58E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE58E8

Black with #CE58E8

Text Example


Text Example

White with #CE58E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE58E8; }

 p { color: rgb(206,88,232); }

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

background-color css

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

 a { background-color: rgb(206,88,232); }

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

border-color css

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

 span { border-color: rgb(206,88,232); }

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