Html Css Color HEX #CE58E2 Medium Orchid

📋 copy color: '#CE58E2'

red 206 ◦ green 88 ◦ blue 226

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

Shades of Medium Orchid #CE58E2

Tints of Medium Orchid #CE58E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 43.46%

R = 39.62%
G = 16.92%
B = 43.46%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CE58E2 (or 0xCE58E2) is known color: Medium Orchid. HEX triplet: CE, 58 and E2. RGB value is (206,88,226). Sum of RGB (Red+Green+Blue) = 206+88+226=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 226 (88.67% from 255 or 43.46% from 520); Max value from RGB is 226 - color contains mainly: blue. Hex color #CE58E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE58E2 is #31A71D. Grayscale: #8A8A8A. Windows color (decimal): -3254046 or 14833870. OLE color: 14833870.

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

Color convert

RGB 206 88 226 -
CMYK 0.09 0.61 0 0.11
HSL 291.3º 0.7% 0.62% -
HSV(B) 291.3º 0.61% 0.89% -
XYZ 42.67 25.59 74.64 -
YUV 139.01 177.09 175.78 -
System Red Green Blue C M Y K H S L
Decimal 206 88 226 0.09 0.61 0 0.11 291.3 0.7 0.62
Hex CE 58 E2 9 3D 0 B 123 46 3E
Octal 316 130 342 11 75 0 13 443 106 76
Binary 11001110 1011000 11100010 1001 111101 0 1011 100100011 1000110 111110

Color Harmonies of #CE58E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE58E2

Black with #CE58E2

Text Example


Text Example

White with #CE58E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE58E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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