Html Css Color HEX #E076CF Orchid

📋 copy color: '#E076CF'

red 224 ◦ green 118 ◦ blue 207

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

Shades of Orchid #E076CF

Tints of Orchid #E076CF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.49%

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

R = 40.8%
G = 21.49%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E076CF (or 0xE076CF) is known color: Orchid. HEX triplet: E0, 76 and CF. RGB value is (224,118,207). Sum of RGB (Red+Green+Blue) = 224+118+207=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E076CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E076CF is #1F8930. Grayscale: #9F9F9F. Windows color (decimal): -2066737 or 13596384. OLE color: 13596384.

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

Color convert

RGB 224 118 207 -
CMYK 0 0.47 0.08 0.12
HSL 309.62º 0.63% 0.67% -
HSV(B) 309.62º 0.47% 0.88% -
XYZ 48.48 33.31 62.91 -
YUV 159.84 154.62 173.76 -
System Red Green Blue C M Y K H S L
Decimal 224 118 207 0 0.47 0.08 0.12 309.62 0.63 0.67
Hex E0 76 CF 0 2F 8 C 136 3F 43
Octal 340 166 317 0 57 10 14 466 77 103
Binary 11100000 1110110 11001111 0 101111 1000 1100 100110110 111111 1000011

Color Harmonies of #E076CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E076CF

Black with #E076CF

Text Example


Text Example

White with #E076CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E076CF; }

 p { color: rgb(224,118,207); }

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

background-color css

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

 a { background-color: rgb(224,118,207); }

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

border-color css

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

 span { border-color: rgb(224,118,207); }

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