Html Css Color HEX #CE4EE1 Medium Orchid

📋 copy color: '#CE4EE1'

red 206 ◦ green 78 ◦ blue 225

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

Shades of Medium Orchid #CE4EE1

Tints of Medium Orchid #CE4EE1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.32%

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

R = 40.47%
G = 15.32%
B = 44.2%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE4EE1 (or 0xCE4EE1) is known color: Medium Orchid. HEX triplet: CE, 4E and E1. RGB value is (206,78,225). Sum of RGB (Red+Green+Blue) = 206+78+225=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 78 (30.86% from 255 or 15.32% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE4EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4EE1 is #31B11E. Grayscale: #848484. Windows color (decimal): -3256607 or 14765774. OLE color: 14765774.

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

Color convert

RGB 206 78 225 -
CMYK 0.08 0.65 0 0.12
HSL 292.24º 0.71% 0.59% -
HSV(B) 292.24º 0.65% 0.88% -
XYZ 41.77 24.01 73.67 -
YUV 133.03 179.91 180.05 -
System Red Green Blue C M Y K H S L
Decimal 206 78 225 0.08 0.65 0 0.12 292.24 0.71 0.59
Hex CE 4E E1 8 41 0 C 124 47 3B
Octal 316 116 341 10 101 0 14 444 107 73
Binary 11001110 1001110 11100001 1000 1000001 0 1100 100100100 1000111 111011

Color Harmonies of #CE4EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4EE1

Black with #CE4EE1

Text Example


Text Example

White with #CE4EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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