Html Css Color HEX #E081CD Orchid

📋 copy color: '#E081CD'

red 224 ◦ green 129 ◦ blue 205

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

Shades of Orchid #E081CD

Tints of Orchid #E081CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.74%

R = 40.14%
G = 23.12%
B = 36.74%

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

#E081CD (or 0xE081CD) is known color: Orchid. HEX triplet: E0, 81 and CD. RGB value is (224,129,205). Sum of RGB (Red+Green+Blue) = 224+129+205=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 224 - color contains mainly: red. Hex color #E081CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081CD is #1F7E32. Grayscale: #A5A5A5. Windows color (decimal): -2063923 or 13468128. OLE color: 13468128.

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

Color convert

RGB 224 129 205 -
CMYK 0 0.42 0.08 0.12
HSL 312º 0.61% 0.69% -
HSV(B) 312º 0.42% 0.88% -
XYZ 49.61 35.96 62.08 -
YUV 166.07 149.97 169.32 -
System Red Green Blue C M Y K H S L
Decimal 224 129 205 0 0.42 0.08 0.12 312 0.61 0.69
Hex E0 81 CD 0 2A 8 C 138 3D 45
Octal 340 201 315 0 52 10 14 470 75 105
Binary 11100000 10000001 11001101 0 101010 1000 1100 100111000 111101 1000101

Color Harmonies of #E081CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E081CD

Black with #E081CD

Text Example


Text Example

White with #E081CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E081CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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