Html Css Color HEX #D56DDB Orchid

📋 copy color: '#D56DDB'

red 213 ◦ green 109 ◦ blue 219

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

Shades of Orchid #D56DDB

Tints of Orchid #D56DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.48%

R = 39.37%
G = 20.15%
B = 40.48%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D56DDB (or 0xD56DDB) is known color: Orchid. HEX triplet: D5, 6D and DB. RGB value is (213,109,219). Sum of RGB (Red+Green+Blue) = 213+109+219=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #D56DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DDB is #2A9224. Grayscale: #989898. Windows color (decimal): -2789925 or 14380501. OLE color: 14380501.

HSL color Cylindrical-coordinate representation of color #D56DDB: hue angle of 296.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56DDB is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 109 219 -
CMYK 0.03 0.50 0 0.14
HSL 296.73º 0.6% 0.64% -
HSV(B) 296.73º 0.5% 0.86% -
XYZ 45.7 30.2 70.44 -
YUV 152.64 165.46 171.06 -
System Red Green Blue C M Y K H S L
Decimal 213 109 219 0.03 0.50 0 0.14 296.73 0.6 0.64
Hex D5 6D DB 3 32 0 E 129 3C 40
Octal 325 155 333 3 62 0 16 451 74 100
Binary 11010101 1101101 11011011 11 110010 0 1110 100101001 111100 1000000

Color Harmonies of #D56DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56DDB

Black with #D56DDB

Text Example


Text Example

White with #D56DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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