Html Css Color HEX #D56DD9 Orchid

📋 copy color: '#D56DD9'

red 213 ◦ green 109 ◦ blue 217

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

Shades of Orchid #D56DD9

Tints of Orchid #D56DD9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.22%

 BLUE value IS 217 (85.16% from 255) = 40.26%

R = 39.52%
G = 20.22%
B = 40.26%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D56DD9 (or 0xD56DD9) is known color: Orchid. HEX triplet: D5, 6D and D9. RGB value is (213,109,217). Sum of RGB (Red+Green+Blue) = 213+109+217=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 217 - color contains mainly: blue. Hex color #D56DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DD9 is #2A9226. Grayscale: #989898. Windows color (decimal): -2789927 or 14249429. OLE color: 14249429.

HSL color Cylindrical-coordinate representation of color #D56DD9: hue angle of 297.78º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56DD9 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 109 217 -
CMYK 0.02 0.50 0 0.15
HSL 297.78º 0.59% 0.64% -
HSV(B) 297.78º 0.5% 0.85% -
XYZ 45.43 30.09 69.06 -
YUV 152.41 164.46 171.22 -
System Red Green Blue C M Y K H S L
Decimal 213 109 217 0.02 0.50 0 0.15 297.78 0.59 0.64
Hex D5 6D D9 2 32 0 F 12A 3B 40
Octal 325 155 331 2 62 0 17 452 73 100
Binary 11010101 1101101 11011001 10 110010 0 1111 100101010 111011 1000000

Color Harmonies of #D56DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56DD9

Black with #D56DD9

Text Example


Text Example

White with #D56DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56DD9; }

 p { color: rgb(213,109,217); }

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

background-color css

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

 a { background-color: rgb(213,109,217); }

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

border-color css

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

 span { border-color: rgb(213,109,217); }

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