Html Css Color HEX #CE2EE8 Medium Orchid

📋 copy color: '#CE2EE8'

red 206 ◦ green 46 ◦ blue 232

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

Shades of Medium Orchid #CE2EE8

Tints of Medium Orchid #CE2EE8

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.5%

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

R = 42.56%
G = 9.5%
B = 47.93%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CE2EE8 (or 0xCE2EE8) is known color: Medium Orchid. HEX triplet: CE, 2E and E8. RGB value is (206,46,232). Sum of RGB (Red+Green+Blue) = 206+46+232=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 46 (18.36% from 255 or 9.50% from 484); Blue value is 232 (91.02% from 255 or 47.93% from 484); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE2EE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2EE8 is #31D117. Grayscale: #727272. Windows color (decimal): -3264792 or 15216334. OLE color: 15216334.

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

Color convert

RGB 206 46 232 -
CMYK 0.11 0.80 0 0.09
HSL 291.61º 0.8% 0.55% -
HSV(B) 291.61º 0.8% 0.91% -
XYZ 41 20.9 78.22 -
YUV 115.04 194.01 192.88 -
System Red Green Blue C M Y K H S L
Decimal 206 46 232 0.11 0.80 0 0.09 291.61 0.8 0.55
Hex CE 2E E8 B 50 0 9 124 50 37
Octal 316 56 350 13 120 0 11 444 120 67
Binary 11001110 101110 11101000 1011 1010000 0 1001 100100100 1010000 110111

Color Harmonies of #CE2EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2EE8

Black with #CE2EE8

Text Example


Text Example

White with #CE2EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2EE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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