Html Css Color HEX #E56CCF Orchid

📋 copy color: '#E56CCF'

red 229 ◦ green 108 ◦ blue 207

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

Shades of Orchid #E56CCF

Tints of Orchid #E56CCF

RGB

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

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

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

R = 42.1%
G = 19.85%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E56CCF (or 0xE56CCF) is known color: Orchid. HEX triplet: E5, 6C and CF. RGB value is (229,108,207). Sum of RGB (Red+Green+Blue) = 229+108+207=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 108 (42.58% from 255 or 19.85% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E56CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56CCF is #1A9330. Grayscale: #9B9B9B. Windows color (decimal): -1741617 or 13593829. OLE color: 13593829.

HSL color Cylindrical-coordinate representation of color #E56CCF: hue angle of 310.91º 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 #E56CCF is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 108 207 -
CMYK 0 0.53 0.10 0.10
HSL 310.91º 0.7% 0.66% -
HSV(B) 310.91º 0.53% 0.9% -
XYZ 48.94 31.89 62.61 -
YUV 155.47 157.09 180.45 -
System Red Green Blue C M Y K H S L
Decimal 229 108 207 0 0.53 0.10 0.10 310.91 0.7 0.66
Hex E5 6C CF 0 35 A A 137 46 42
Octal 345 154 317 0 65 12 12 467 106 102
Binary 11100101 1101100 11001111 0 110101 1010 1010 100110111 1000110 1000010

Color Harmonies of #E56CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56CCF

Black with #E56CCF

Text Example


Text Example

White with #E56CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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