Html Css Color HEX #D56DDF Orchid

📋 copy color: '#D56DDF'

red 213 ◦ green 109 ◦ blue 223

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

Shades of Orchid #D56DDF

Tints of Orchid #D56DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.92%

R = 39.08%
G = 20%
B = 40.92%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D56DDF (or 0xD56DDF) is known color: Orchid. HEX triplet: D5, 6D and DF. RGB value is (213,109,223). Sum of RGB (Red+Green+Blue) = 213+109+223=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 109 (42.97% from 255 or 20% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #D56DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DDF is #2A9220. Grayscale: #989898. Windows color (decimal): -2789921 or 14642645. OLE color: 14642645.

HSL color Cylindrical-coordinate representation of color #D56DDF: hue angle of 294.74º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D56DDF is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 109 223 -
CMYK 0.04 0.51 0 0.13
HSL 294.74º 0.64% 0.65% -
HSV(B) 294.74º 0.51% 0.87% -
XYZ 46.23 30.41 73.25 -
YUV 153.09 167.46 170.73 -
System Red Green Blue C M Y K H S L
Decimal 213 109 223 0.04 0.51 0 0.13 294.74 0.64 0.65
Hex D5 6D DF 4 33 0 D 127 40 41
Octal 325 155 337 4 63 0 15 447 100 101
Binary 11010101 1101101 11011111 100 110011 0 1101 100100111 1000000 1000001

Color Harmonies of #D56DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56DDF

Black with #D56DDF

Text Example


Text Example

White with #D56DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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