Html Css Color HEX #D56EC8 Orchid

📋 copy color: '#D56EC8'

red 213 ◦ green 110 ◦ blue 200

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

Shades of Orchid #D56EC8

Tints of Orchid #D56EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.24%

R = 40.73%
G = 21.03%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D56EC8 (or 0xD56EC8) is known color: Orchid. HEX triplet: D5, 6E and C8. RGB value is (213,110,200). Sum of RGB (Red+Green+Blue) = 213+110+200=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D56EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56EC8 is #2A9137. Grayscale: #969696. Windows color (decimal): -2789688 or 13135573. OLE color: 13135573.

HSL color Cylindrical-coordinate representation of color #D56EC8: hue angle of 307.57º 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 #D56EC8 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 110 200 -
CMYK 0 0.48 0.06 0.16
HSL 307.57º 0.55% 0.63% -
HSV(B) 307.57º 0.48% 0.84% -
XYZ 43.44 29.47 58.04 -
YUV 151.06 155.62 172.18 -
System Red Green Blue C M Y K H S L
Decimal 213 110 200 0 0.48 0.06 0.16 307.57 0.55 0.63
Hex D5 6E C8 0 30 6 10 134 37 3F
Octal 325 156 310 0 60 6 20 464 67 77
Binary 11010101 1101110 11001000 0 110000 110 10000 100110100 110111 111111

Color Harmonies of #D56EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56EC8

Black with #D56EC8

Text Example


Text Example

White with #D56EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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