Html Css Color HEX #D56EC0 Orchid

📋 copy color: '#D56EC0'

red 213 ◦ green 110 ◦ blue 192

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

Shades of Orchid #D56EC0

Tints of Orchid #D56EC0

RGB

 RED value IS 213 (83.59% from 255) = 41.36%

 GREEN value IS 110 (43.36% from 255) = 21.36%

 BLUE value IS 192 (75.39% from 255) = 37.28%

R = 41.36%
G = 21.36%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D56EC0 (or 0xD56EC0) is known color: Orchid. HEX triplet: D5, 6E and C0. RGB value is (213,110,192). Sum of RGB (Red+Green+Blue) = 213+110+192=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D56EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56EC0 is #2A913F. Grayscale: #959595. Windows color (decimal): -2789696 or 12611285. OLE color: 12611285.

HSL color Cylindrical-coordinate representation of color #D56EC0: hue angle of 312.23º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D56EC0 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 110 192 -
CMYK 0 0.48 0.10 0.16
HSL 312.23º 0.55% 0.63% -
HSV(B) 312.23º 0.48% 0.84% -
XYZ 42.53 29.1 53.25 -
YUV 150.15 151.62 172.83 -
System Red Green Blue C M Y K H S L
Decimal 213 110 192 0 0.48 0.10 0.16 312.23 0.55 0.63
Hex D5 6E C0 0 30 A 10 138 37 3F
Octal 325 156 300 0 60 12 20 470 67 77
Binary 11010101 1101110 11000000 0 110000 1010 10000 100111000 110111 111111

Color Harmonies of #D56EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56EC0

Black with #D56EC0

Text Example


Text Example

White with #D56EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56EC0; }

 p { color: rgb(213,110,192); }

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

background-color css

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

 a { background-color: rgb(213,110,192); }

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

border-color css

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

 span { border-color: rgb(213,110,192); }

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