Html Css Color HEX #D56DDD Orchid

📋 copy color: '#D56DDD'

red 213 ◦ green 109 ◦ blue 221

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

Shades of Orchid #D56DDD

Tints of Orchid #D56DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.7%

R = 39.23%
G = 20.07%
B = 40.7%

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

#D56DDD (or 0xD56DDD) is known color: Orchid. HEX triplet: D5, 6D and DD. RGB value is (213,109,221). Sum of RGB (Red+Green+Blue) = 213+109+221=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 109 (42.97% from 255 or 20.07% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #D56DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DDD is #2A9222. Grayscale: #989898. Windows color (decimal): -2789923 or 14511573. OLE color: 14511573.

HSL color Cylindrical-coordinate representation of color #D56DDD: hue angle of 295.71º degrees, saturation: 0.62, 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 #D56DDD is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 109 221 -
CMYK 0.04 0.51 0 0.13
HSL 295.71º 0.62% 0.65% -
HSV(B) 295.71º 0.51% 0.87% -
XYZ 45.96 30.3 71.83 -
YUV 152.86 166.46 170.89 -
System Red Green Blue C M Y K H S L
Decimal 213 109 221 0.04 0.51 0 0.13 295.71 0.62 0.65
Hex D5 6D DD 4 33 0 D 128 3E 41
Octal 325 155 335 4 63 0 15 450 76 101
Binary 11010101 1101101 11011101 100 110011 0 1101 100101000 111110 1000001

Color Harmonies of #D56DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56DDD

Black with #D56DDD

Text Example


Text Example

White with #D56DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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