Html Css Color HEX #E181CF Orchid

📋 copy color: '#E181CF'

red 225 ◦ green 129 ◦ blue 207

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

Shades of Orchid #E181CF

Tints of Orchid #E181CF

RGB

 RED value IS 225 (88.28% from 255) = 40.11%

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

 BLUE value IS 207 (81.25% from 255) = 36.9%

R = 40.11%
G = 22.99%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E181CF (or 0xE181CF) is known color: Orchid. HEX triplet: E1, 81 and CF. RGB value is (225,129,207). Sum of RGB (Red+Green+Blue) = 225+129+207=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E181CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181CF is #1E7E30. Grayscale: #A6A6A6. Windows color (decimal): -1998385 or 13599201. OLE color: 13599201.

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

Color convert

RGB 225 129 207 -
CMYK 0 0.43 0.08 0.12
HSL 311.25º 0.62% 0.69% -
HSV(B) 311.25º 0.43% 0.88% -
XYZ 50.16 36.21 63.38 -
YUV 166.6 150.8 169.66 -
System Red Green Blue C M Y K H S L
Decimal 225 129 207 0 0.43 0.08 0.12 311.25 0.62 0.69
Hex E1 81 CF 0 2B 8 C 137 3E 45
Octal 341 201 317 0 53 10 14 467 76 105
Binary 11100001 10000001 11001111 0 101011 1000 1100 100110111 111110 1000101

Color Harmonies of #E181CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E181CF

Black with #E181CF

Text Example


Text Example

White with #E181CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E181CF; }

 p { color: rgb(225,129,207); }

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

background-color css

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

 a { background-color: rgb(225,129,207); }

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

border-color css

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

 span { border-color: rgb(225,129,207); }

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