Html Css Color HEX #D56ED4 Orchid

📋 copy color: '#D56ED4'

red 213 ◦ green 110 ◦ blue 212

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

Shades of Orchid #D56ED4

Tints of Orchid #D56ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.63%

R = 39.81%
G = 20.56%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D56ED4 (or 0xD56ED4) is known color: Orchid. HEX triplet: D5, 6E and D4. RGB value is (213,110,212). Sum of RGB (Red+Green+Blue) = 213+110+212=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D56ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56ED4 is #2A912B. Grayscale: #989898. Windows color (decimal): -2789676 or 13922005. OLE color: 13922005.

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

Color convert

RGB 213 110 212 -
CMYK 0 0.48 0.00 0.16
HSL 300.58º 0.55% 0.63% -
HSV(B) 300.58º 0.48% 0.84% -
XYZ 44.9 30.05 65.72 -
YUV 152.43 161.62 171.21 -
System Red Green Blue C M Y K H S L
Decimal 213 110 212 0 0.48 0.00 0.16 300.58 0.55 0.63
Hex D5 6E D4 0 30 0 10 12D 37 3F
Octal 325 156 324 0 60 0 20 455 67 77
Binary 11010101 1101110 11010100 0 110000 0 10000 100101101 110111 111111

Color Harmonies of #D56ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56ED4

Black with #D56ED4

Text Example


Text Example

White with #D56ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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