Html Css Color HEX #E079CB Orchid

📋 copy color: '#E079CB'

red 224 ◦ green 121 ◦ blue 203

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

Shades of Orchid #E079CB

Tints of Orchid #E079CB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.08%

 BLUE value IS 203 (79.69% from 255) = 37.04%

R = 40.88%
G = 22.08%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E079CB (or 0xE079CB) is known color: Orchid. HEX triplet: E0, 79 and CB. RGB value is (224,121,203). Sum of RGB (Red+Green+Blue) = 224+121+203=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 121 (47.66% from 255 or 22.08% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E079CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E079CB is #1F8634. Grayscale: #A0A0A0. Windows color (decimal): -2065973 or 13335008. OLE color: 13335008.

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

Color convert

RGB 224 121 203 -
CMYK 0 0.46 0.09 0.12
HSL 312.23º 0.62% 0.68% -
HSV(B) 312.23º 0.46% 0.88% -
XYZ 48.36 33.83 60.48 -
YUV 161.15 151.62 172.83 -
System Red Green Blue C M Y K H S L
Decimal 224 121 203 0 0.46 0.09 0.12 312.23 0.62 0.68
Hex E0 79 CB 0 2E 9 C 138 3E 44
Octal 340 171 313 0 56 11 14 470 76 104
Binary 11100000 1111001 11001011 0 101110 1001 1100 100111000 111110 1000100

Color Harmonies of #E079CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E079CB

Black with #E079CB

Text Example


Text Example

White with #E079CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E079CB; }

 p { color: rgb(224,121,203); }

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

background-color css

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

 a { background-color: rgb(224,121,203); }

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

border-color css

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

 span { border-color: rgb(224,121,203); }

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