Html Css Color HEX #D56BB7 Orchid

📋 copy color: '#D56BB7'

red 213 ◦ green 107 ◦ blue 183

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

Shades of Orchid #D56BB7

Tints of Orchid #D56BB7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.27%

 BLUE value IS 183 (71.88% from 255) = 36.38%

R = 42.35%
G = 21.27%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D56BB7 (or 0xD56BB7) is known color: Orchid. HEX triplet: D5, 6B and B7. RGB value is (213,107,183). Sum of RGB (Red+Green+Blue) = 213+107+183=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D56BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56BB7 is #2A9448. Grayscale: #939393. Windows color (decimal): -2790473 or 12020693. OLE color: 12020693.

HSL color Cylindrical-coordinate representation of color #D56BB7: hue angle of 316.98º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56BB7 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 107 183 -
CMYK 0 0.50 0.14 0.16
HSL 316.98º 0.56% 0.63% -
HSV(B) 316.98º 0.5% 0.84% -
XYZ 41.25 28.08 48.05 -
YUV 147.36 148.12 174.82 -
System Red Green Blue C M Y K H S L
Decimal 213 107 183 0 0.50 0.14 0.16 316.98 0.56 0.63
Hex D5 6B B7 0 32 E 10 13D 38 3F
Octal 325 153 267 0 62 16 20 475 70 77
Binary 11010101 1101011 10110111 0 110010 1110 10000 100111101 111000 111111

Color Harmonies of #D56BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56BB7

Black with #D56BB7

Text Example


Text Example

White with #D56BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56BB7; }

 p { color: rgb(213,107,183); }

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

background-color css

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

 a { background-color: rgb(213,107,183); }

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

border-color css

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

 span { border-color: rgb(213,107,183); }

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