Html Css Color HEX #D56DB5 Orchid

📋 copy color: '#D56DB5'

red 213 ◦ green 109 ◦ blue 181

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

Shades of Orchid #D56DB5

Tints of Orchid #D56DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.98%

R = 42.35%
G = 21.67%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D56DB5 (or 0xD56DB5) is known color: Orchid. HEX triplet: D5, 6D and B5. RGB value is (213,109,181). Sum of RGB (Red+Green+Blue) = 213+109+181=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D56DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DB5 is #2A924A. Grayscale: #949494. Windows color (decimal): -2789963 or 11890133. OLE color: 11890133.

HSL color Cylindrical-coordinate representation of color #D56DB5: hue angle of 318.46º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D56DB5 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 109 181 -
CMYK 0 0.49 0.15 0.16
HSL 318.46º 0.55% 0.63% -
HSV(B) 318.46º 0.49% 0.84% -
XYZ 41.25 28.42 47.03 -
YUV 148.3 146.46 174.15 -
System Red Green Blue C M Y K H S L
Decimal 213 109 181 0 0.49 0.15 0.16 318.46 0.55 0.63
Hex D5 6D B5 0 31 F 10 13E 37 3F
Octal 325 155 265 0 61 17 20 476 67 77
Binary 11010101 1101101 10110101 0 110001 1111 10000 100111110 110111 111111

Color Harmonies of #D56DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56DB5

Black with #D56DB5

Text Example


Text Example

White with #D56DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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