Html Css Color HEX #E081CC Orchid

📋 copy color: '#E081CC'

red 224 ◦ green 129 ◦ blue 204

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

Shades of Orchid #E081CC

Tints of Orchid #E081CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.62%

R = 40.22%
G = 23.16%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E081CC (or 0xE081CC) is known color: Orchid. HEX triplet: E0, 81 and CC. RGB value is (224,129,204). Sum of RGB (Red+Green+Blue) = 224+129+204=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E081CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081CC is #1F7E33. Grayscale: #A5A5A5. Windows color (decimal): -2063924 or 13402592. OLE color: 13402592.

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

Color convert

RGB 224 129 204 -
CMYK 0 0.42 0.09 0.12
HSL 312.63º 0.61% 0.69% -
HSV(B) 312.63º 0.42% 0.88% -
XYZ 49.49 35.91 61.45 -
YUV 165.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 224 129 204 0 0.42 0.09 0.12 312.63 0.61 0.69
Hex E0 81 CC 0 2A 9 C 139 3D 45
Octal 340 201 314 0 52 11 14 471 75 105
Binary 11100000 10000001 11001100 0 101010 1001 1100 100111001 111101 1000101

Color Harmonies of #E081CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E081CC

Black with #E081CC

Text Example


Text Example

White with #E081CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E081CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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