Html Css Color HEX #D56EC7 Orchid

📋 copy color: '#D56EC7'

red 213 ◦ green 110 ◦ blue 199

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

Shades of Orchid #D56EC7

Tints of Orchid #D56EC7

RGB

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

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

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

R = 40.8%
G = 21.07%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D56EC7 (or 0xD56EC7) is known color: Orchid. HEX triplet: D5, 6E and C7. RGB value is (213,110,199). Sum of RGB (Red+Green+Blue) = 213+110+199=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D56EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56EC7 is #2A9138. Grayscale: #969696. Windows color (decimal): -2789689 or 13070037. OLE color: 13070037.

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

Color convert

RGB 213 110 199 -
CMYK 0 0.48 0.07 0.16
HSL 308.16º 0.55% 0.63% -
HSV(B) 308.16º 0.48% 0.84% -
XYZ 43.33 29.42 57.43 -
YUV 150.94 155.12 172.26 -
System Red Green Blue C M Y K H S L
Decimal 213 110 199 0 0.48 0.07 0.16 308.16 0.55 0.63
Hex D5 6E C7 0 30 7 10 134 37 3F
Octal 325 156 307 0 60 7 20 464 67 77
Binary 11010101 1101110 11000111 0 110000 111 10000 100110100 110111 111111

Color Harmonies of #D56EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56EC7

Black with #D56EC7

Text Example


Text Example

White with #D56EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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