Html Css Color HEX #E56CC7 Orchid

📋 copy color: '#E56CC7'

red 229 ◦ green 108 ◦ blue 199

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

Shades of Orchid #E56CC7

Tints of Orchid #E56CC7

RGB

 RED value IS 229 (89.84% from 255) = 42.72%

 GREEN value IS 108 (42.58% from 255) = 20.15%

 BLUE value IS 199 (78.13% from 255) = 37.13%

R = 42.72%
G = 20.15%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E56CC7 (or 0xE56CC7) is known color: Orchid. HEX triplet: E5, 6C and C7. RGB value is (229,108,199). Sum of RGB (Red+Green+Blue) = 229+108+199=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 108 (42.58% from 255 or 20.15% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E56CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56CC7 is #1A9338. Grayscale: #9A9A9A. Windows color (decimal): -1741625 or 13069541. OLE color: 13069541.

HSL color Cylindrical-coordinate representation of color #E56CC7: hue angle of 314.88º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E56CC7 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 108 199 -
CMYK 0 0.53 0.13 0.10
HSL 314.88º 0.7% 0.66% -
HSV(B) 314.88º 0.53% 0.9% -
XYZ 47.98 31.51 57.59 -
YUV 154.55 153.09 181.1 -
System Red Green Blue C M Y K H S L
Decimal 229 108 199 0 0.53 0.13 0.10 314.88 0.7 0.66
Hex E5 6C C7 0 35 D A 13B 46 42
Octal 345 154 307 0 65 15 12 473 106 102
Binary 11100101 1101100 11000111 0 110101 1101 1010 100111011 1000110 1000010

Color Harmonies of #E56CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56CC7

Black with #E56CC7

Text Example


Text Example

White with #E56CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56CC7; }

 p { color: rgb(229,108,199); }

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

background-color css

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

 a { background-color: rgb(229,108,199); }

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

border-color css

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

 span { border-color: rgb(229,108,199); }

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