Html Css Color HEX #CE2FE1 Medium Orchid

📋 copy color: '#CE2FE1'

red 206 ◦ green 47 ◦ blue 225

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

Shades of Medium Orchid #CE2FE1

Tints of Medium Orchid #CE2FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.07%

R = 43.1%
G = 9.83%
B = 47.07%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE2FE1 (or 0xCE2FE1) is known color: Medium Orchid. HEX triplet: CE, 2F and E1. RGB value is (206,47,225). Sum of RGB (Red+Green+Blue) = 206+47+225=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 47 (18.75% from 255 or 9.83% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE2FE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2FE1 is #31D01E. Grayscale: #727272. Windows color (decimal): -3264543 or 14757838. OLE color: 14757838.

HSL color Cylindrical-coordinate representation of color #CE2FE1: hue angle of 293.6º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2FE1 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 47 225 -
CMYK 0.08 0.79 0 0.12
HSL 293.6º 0.75% 0.53% -
HSV(B) 293.6º 0.79% 0.88% -
XYZ 40.06 20.59 73.1 -
YUV 114.83 190.18 193.03 -
System Red Green Blue C M Y K H S L
Decimal 206 47 225 0.08 0.79 0 0.12 293.6 0.75 0.53
Hex CE 2F E1 8 4F 0 C 126 4B 35
Octal 316 57 341 10 117 0 14 446 113 65
Binary 11001110 101111 11100001 1000 1001111 0 1100 100100110 1001011 110101

Color Harmonies of #CE2FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2FE1

Black with #CE2FE1

Text Example


Text Example

White with #CE2FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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