Html Css Color HEX #CE2FEB Medium Orchid

📋 copy color: '#CE2FEB'

red 206 ◦ green 47 ◦ blue 235

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

Shades of Medium Orchid #CE2FEB

Tints of Medium Orchid #CE2FEB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.63%

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

R = 42.21%
G = 9.63%
B = 48.16%

CMYK

 C value IS 0.12

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE2FEB (or 0xCE2FEB) is known color: Medium Orchid. HEX triplet: CE, 2F and EB. RGB value is (206,47,235). Sum of RGB (Red+Green+Blue) = 206+47+235=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 47 (18.75% from 255 or 9.63% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE2FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2FEB is #31D014. Grayscale: #737373. Windows color (decimal): -3264533 or 15413198. OLE color: 15413198.

HSL color Cylindrical-coordinate representation of color #CE2FEB: hue angle of 290.74º degrees, saturation: 0.82, 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 #CE2FEB is Cyan = 0.12, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 47 235 -
CMYK 0.12 0.8 0 0.08
HSL 290.74º 0.82% 0.55% -
HSV(B) 290.74º 0.8% 0.92% -
XYZ 41.47 21.15 80.49 -
YUV 115.97 195.18 192.21 -
System Red Green Blue C M Y K H S L
Decimal 206 47 235 0.12 0.8 0 0.08 290.74 0.82 0.55
Hex CE 2F EB C 50 0 8 123 52 37
Octal 316 57 353 14 120 0 10 443 122 67
Binary 11001110 101111 11101011 1100 1010000 0 1000 100100011 1010010 110111

Color Harmonies of #CE2FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2FEB

Black with #CE2FEB

Text Example


Text Example

White with #CE2FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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