Html Css Color HEX #D573B7 Orchid

📋 copy color: '#D573B7'

red 213 ◦ green 115 ◦ blue 183

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

Shades of Orchid #D573B7

Tints of Orchid #D573B7

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.5%

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

R = 41.68%
G = 22.5%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D573B7 (or 0xD573B7) is known color: Orchid. HEX triplet: D5, 73 and B7. RGB value is (213,115,183). Sum of RGB (Red+Green+Blue) = 213+115+183=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 183 (71.88% from 255 or 35.81% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D573B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D573B7 is #2A8C48. Grayscale: #979797. Windows color (decimal): -2788425 or 12022741. OLE color: 12022741.

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

Color convert

RGB 213 115 183 -
CMYK 0 0.46 0.14 0.16
HSL 318.37º 0.54% 0.64% -
HSV(B) 318.37º 0.46% 0.84% -
XYZ 42.12 29.83 48.34 -
YUV 152.05 145.47 171.47 -
System Red Green Blue C M Y K H S L
Decimal 213 115 183 0 0.46 0.14 0.16 318.37 0.54 0.64
Hex D5 73 B7 0 2E E 10 13E 36 40
Octal 325 163 267 0 56 16 20 476 66 100
Binary 11010101 1110011 10110111 0 101110 1110 10000 100111110 110110 1000000

Color Harmonies of #D573B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D573B7

Black with #D573B7

Text Example


Text Example

White with #D573B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D573B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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