Html Css Color HEX #D561D1 Orchid

📋 copy color: '#D561D1'

red 213 ◦ green 97 ◦ blue 209

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

Shades of Orchid #D561D1

Tints of Orchid #D561D1

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.69%

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

R = 41.04%
G = 18.69%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D561D1 (or 0xD561D1) is known color: Orchid. HEX triplet: D5, 61 and D1. RGB value is (213,97,209). Sum of RGB (Red+Green+Blue) = 213+97+209=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 97 (38.28% from 255 or 18.69% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D561D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D561D1 is #2A9E2E. Grayscale: #909090. Windows color (decimal): -2793007 or 13722069. OLE color: 13722069.

HSL color Cylindrical-coordinate representation of color #D561D1: hue angle of 302.07º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D561D1 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 97 209 -
CMYK 0 0.54 0.02 0.16
HSL 302.07º 0.58% 0.61% -
HSV(B) 302.07º 0.54% 0.84% -
XYZ 43.22 27.3 63.31 -
YUV 144.45 164.43 176.89 -
System Red Green Blue C M Y K H S L
Decimal 213 97 209 0 0.54 0.02 0.16 302.07 0.58 0.61
Hex D5 61 D1 0 36 2 10 12E 3A 3D
Octal 325 141 321 0 66 2 20 456 72 75
Binary 11010101 1100001 11010001 0 110110 10 10000 100101110 111010 111101

Color Harmonies of #D561D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D561D1

Black with #D561D1

Text Example


Text Example

White with #D561D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D561D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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