Html Css Color HEX #E081CE Orchid

📋 copy color: '#E081CE'

red 224 ◦ green 129 ◦ blue 206

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

Shades of Orchid #E081CE

Tints of Orchid #E081CE

RGB

 RED value IS 224 (87.89% from 255) = 40.07%

 GREEN value IS 129 (50.78% from 255) = 23.08%

 BLUE value IS 206 (80.86% from 255) = 36.85%

R = 40.07%
G = 23.08%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E081CE (or 0xE081CE) is known color: Orchid. HEX triplet: E0, 81 and CE. RGB value is (224,129,206). Sum of RGB (Red+Green+Blue) = 224+129+206=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 224 - color contains mainly: red. Hex color #E081CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081CE is #1F7E31. Grayscale: #A5A5A5. Windows color (decimal): -2063922 or 13533664. OLE color: 13533664.

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

Color convert

RGB 224 129 206 -
CMYK 0 0.42 0.08 0.12
HSL 311.37º 0.61% 0.69% -
HSV(B) 311.37º 0.42% 0.88% -
XYZ 49.73 36 62.72 -
YUV 166.18 150.47 169.24 -
System Red Green Blue C M Y K H S L
Decimal 224 129 206 0 0.42 0.08 0.12 311.37 0.61 0.69
Hex E0 81 CE 0 2A 8 C 137 3D 45
Octal 340 201 316 0 52 10 14 467 75 105
Binary 11100000 10000001 11001110 0 101010 1000 1100 100110111 111101 1000101

Color Harmonies of #E081CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E081CE

Black with #E081CE

Text Example


Text Example

White with #E081CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E081CE; }

 p { color: rgb(224,129,206); }

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

background-color css

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

 a { background-color: rgb(224,129,206); }

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

border-color css

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

 span { border-color: rgb(224,129,206); }

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