Html Css Color HEX #D56EC9 Orchid

📋 copy color: '#D56EC9'

red 213 ◦ green 110 ◦ blue 201

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

Shades of Orchid #D56EC9

Tints of Orchid #D56EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.36%

R = 40.65%
G = 20.99%
B = 38.36%

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

#D56EC9 (or 0xD56EC9) is known color: Orchid. HEX triplet: D5, 6E and C9. RGB value is (213,110,201). Sum of RGB (Red+Green+Blue) = 213+110+201=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D56EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56EC9 is #2A9136. Grayscale: #969696. Windows color (decimal): -2789687 or 13201109. OLE color: 13201109.

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

Color convert

RGB 213 110 201 -
CMYK 0 0.48 0.06 0.16
HSL 306.99º 0.55% 0.63% -
HSV(B) 306.99º 0.48% 0.84% -
XYZ 43.56 29.52 58.66 -
YUV 151.17 156.12 172.1 -
System Red Green Blue C M Y K H S L
Decimal 213 110 201 0 0.48 0.06 0.16 306.99 0.55 0.63
Hex D5 6E C9 0 30 6 10 133 37 3F
Octal 325 156 311 0 60 6 20 463 67 77
Binary 11010101 1101110 11001001 0 110000 110 10000 100110011 110111 111111

Color Harmonies of #D56EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56EC9

Black with #D56EC9

Text Example


Text Example

White with #D56EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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