Html Css Color HEX #E169CC Orchid

📋 copy color: '#E169CC'

red 225 ◦ green 105 ◦ blue 204

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

Shades of Orchid #E169CC

Tints of Orchid #E169CC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.66%

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

R = 42.13%
G = 19.66%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E169CC (or 0xE169CC) is known color: Orchid. HEX triplet: E1, 69 and CC. RGB value is (225,105,204). Sum of RGB (Red+Green+Blue) = 225+105+204=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E169CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E169CC is #1E9633. Grayscale: #979797. Windows color (decimal): -2004532 or 13396449. OLE color: 13396449.

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

Color convert

RGB 225 105 204 -
CMYK 0 0.53 0.09 0.12
HSL 310.5º 0.67% 0.65% -
HSV(B) 310.5º 0.53% 0.88% -
XYZ 47 30.47 60.53 -
YUV 152.17 157.26 179.95 -
System Red Green Blue C M Y K H S L
Decimal 225 105 204 0 0.53 0.09 0.12 310.5 0.67 0.65
Hex E1 69 CC 0 35 9 C 136 43 41
Octal 341 151 314 0 65 11 14 466 103 101
Binary 11100001 1101001 11001100 0 110101 1001 1100 100110110 1000011 1000001

Color Harmonies of #E169CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E169CC

Black with #E169CC

Text Example


Text Example

White with #E169CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E169CC; }

 p { color: rgb(225,105,204); }

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

background-color css

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

 a { background-color: rgb(225,105,204); }

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

border-color css

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

 span { border-color: rgb(225,105,204); }

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