Html Css Color HEX #D56FB6 Orchid

📋 copy color: '#D56FB6'

red 213 ◦ green 111 ◦ blue 182

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

Shades of Orchid #D56FB6

Tints of Orchid #D56FB6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.94%

 BLUE value IS 182 (71.48% from 255) = 35.97%

R = 42.09%
G = 21.94%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D56FB6 (or 0xD56FB6) is known color: Orchid. HEX triplet: D5, 6F and B6. RGB value is (213,111,182). Sum of RGB (Red+Green+Blue) = 213+111+182=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D56FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56FB6 is #2A9049. Grayscale: #959595. Windows color (decimal): -2789450 or 11956181. OLE color: 11956181.

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

Color convert

RGB 213 111 182 -
CMYK 0 0.48 0.15 0.16
HSL 318.24º 0.55% 0.64% -
HSV(B) 318.24º 0.48% 0.84% -
XYZ 41.57 28.89 47.64 -
YUV 149.59 146.29 173.23 -
System Red Green Blue C M Y K H S L
Decimal 213 111 182 0 0.48 0.15 0.16 318.24 0.55 0.64
Hex D5 6F B6 0 30 F 10 13E 37 40
Octal 325 157 266 0 60 17 20 476 67 100
Binary 11010101 1101111 10110110 0 110000 1111 10000 100111110 110111 1000000

Color Harmonies of #D56FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56FB6

Black with #D56FB6

Text Example


Text Example

White with #D56FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56FB6; }

 p { color: rgb(213,111,182); }

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

background-color css

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

 a { background-color: rgb(213,111,182); }

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

border-color css

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

 span { border-color: rgb(213,111,182); }

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