Html Css Color HEX #D561DF Orchid

📋 copy color: '#D561DF'

red 213 ◦ green 97 ◦ blue 223

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

Shades of Orchid #D561DF

Tints of Orchid #D561DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 39.96%
G = 18.2%
B = 41.84%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D561DF (or 0xD561DF) is known color: Orchid. HEX triplet: D5, 61 and DF. RGB value is (213,97,223). Sum of RGB (Red+Green+Blue) = 213+97+223=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 97 (38.28% from 255 or 18.20% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #D561DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D561DF is #2A9E20. Grayscale: #919191. Windows color (decimal): -2792993 or 14639573. OLE color: 14639573.

HSL color Cylindrical-coordinate representation of color #D561DF: hue angle of 295.24º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D561DF is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 97 223 -
CMYK 0.04 0.57 0 0.13
HSL 295.24º 0.66% 0.63% -
HSV(B) 295.24º 0.57% 0.87% -
XYZ 45.03 28.02 72.85 -
YUV 146.05 171.43 175.75 -
System Red Green Blue C M Y K H S L
Decimal 213 97 223 0.04 0.57 0 0.13 295.24 0.66 0.63
Hex D5 61 DF 4 39 0 D 127 42 3F
Octal 325 141 337 4 71 0 15 447 102 77
Binary 11010101 1100001 11011111 100 111001 0 1101 100100111 1000010 111111

Color Harmonies of #D561DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D561DF

Black with #D561DF

Text Example


Text Example

White with #D561DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D561DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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