Html Css Color HEX #D56FD1 Orchid

📋 copy color: '#D56FD1'

red 213 ◦ green 111 ◦ blue 209

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

Shades of Orchid #D56FD1

Tints of Orchid #D56FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.21%

R = 39.96%
G = 20.83%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D56FD1 (or 0xD56FD1) is known color: Orchid. HEX triplet: D5, 6F and D1. RGB value is (213,111,209). Sum of RGB (Red+Green+Blue) = 213+111+209=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D56FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56FD1 is #2A902E. Grayscale: #989898. Windows color (decimal): -2789423 or 13725653. OLE color: 13725653.

HSL color Cylindrical-coordinate representation of color #D56FD1: hue angle of 302.35º 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 #D56FD1 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 111 209 -
CMYK 0 0.48 0.02 0.16
HSL 302.35º 0.55% 0.64% -
HSV(B) 302.35º 0.48% 0.84% -
XYZ 44.63 30.12 63.78 -
YUV 152.67 159.79 171.03 -
System Red Green Blue C M Y K H S L
Decimal 213 111 209 0 0.48 0.02 0.16 302.35 0.55 0.64
Hex D5 6F D1 0 30 2 10 12E 37 40
Octal 325 157 321 0 60 2 20 456 67 100
Binary 11010101 1101111 11010001 0 110000 10 10000 100101110 110111 1000000

Color Harmonies of #D56FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56FD1

Black with #D56FD1

Text Example


Text Example

White with #D56FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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