Html Css Color HEX #CE2FEC Medium Orchid

📋 copy color: '#CE2FEC'

red 206 ◦ green 47 ◦ blue 236

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

Shades of Medium Orchid #CE2FEC

Tints of Medium Orchid #CE2FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.26%

R = 42.13%
G = 9.61%
B = 48.26%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE2FEC (or 0xCE2FEC) is known color: Medium Orchid. HEX triplet: CE, 2F and EC. RGB value is (206,47,236). Sum of RGB (Red+Green+Blue) = 206+47+236=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 47 (18.75% from 255 or 9.61% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE2FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2FEC is #31D013. Grayscale: #737373. Windows color (decimal): -3264532 or 15478734. OLE color: 15478734.

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

Color convert

RGB 206 47 236 -
CMYK 0.13 0.80 0 0.07
HSL 290.48º 0.83% 0.55% -
HSV(B) 290.48º 0.8% 0.93% -
XYZ 41.61 21.21 81.26 -
YUV 116.09 195.68 192.13 -
System Red Green Blue C M Y K H S L
Decimal 206 47 236 0.13 0.80 0 0.07 290.48 0.83 0.55
Hex CE 2F EC D 50 0 7 122 53 37
Octal 316 57 354 15 120 0 7 442 123 67
Binary 11001110 101111 11101100 1101 1010000 0 111 100100010 1010011 110111

Color Harmonies of #CE2FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2FEC

Black with #CE2FEC

Text Example


Text Example

White with #CE2FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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