Html Css Color HEX #CE2EEB Medium Orchid

📋 copy color: '#CE2EEB'

red 206 ◦ green 46 ◦ blue 235

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

Shades of Medium Orchid #CE2EEB

Tints of Medium Orchid #CE2EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.25%

R = 42.3%
G = 9.45%
B = 48.25%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE2EEB (or 0xCE2EEB) is known color: Medium Orchid. HEX triplet: CE, 2E and EB. RGB value is (206,46,235). Sum of RGB (Red+Green+Blue) = 206+46+235=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 46 (18.36% from 255 or 9.45% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE2EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2EEB is #31D114. Grayscale: #727272. Windows color (decimal): -3264789 or 15412942. OLE color: 15412942.

HSL color Cylindrical-coordinate representation of color #CE2EEB: hue angle of 290.79º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2EEB is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 46 235 -
CMYK 0.12 0.80 0 0.08
HSL 290.79º 0.83% 0.55% -
HSV(B) 290.79º 0.8% 0.92% -
XYZ 41.43 21.07 80.48 -
YUV 115.39 195.51 192.63 -
System Red Green Blue C M Y K H S L
Decimal 206 46 235 0.12 0.80 0 0.08 290.79 0.83 0.55
Hex CE 2E EB C 50 0 8 123 53 37
Octal 316 56 353 14 120 0 10 443 123 67
Binary 11001110 101110 11101011 1100 1010000 0 1000 100100011 1010011 110111

Color Harmonies of #CE2EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2EEB

Black with #CE2EEB

Text Example


Text Example

White with #CE2EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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