Html Css Color HEX #D573B9 Orchid

📋 copy color: '#D573B9'

red 213 ◦ green 115 ◦ blue 185

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

Shades of Orchid #D573B9

Tints of Orchid #D573B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.06%

R = 41.52%
G = 22.42%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D573B9 (or 0xD573B9) is known color: Orchid. HEX triplet: D5, 73 and B9. RGB value is (213,115,185). Sum of RGB (Red+Green+Blue) = 213+115+185=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D573B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D573B9 is #2A8C46. Grayscale: #989898. Windows color (decimal): -2788423 or 12153813. OLE color: 12153813.

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

Color convert

RGB 213 115 185 -
CMYK 0 0.46 0.13 0.16
HSL 317.14º 0.54% 0.64% -
HSV(B) 317.14º 0.46% 0.84% -
XYZ 42.33 29.91 49.44 -
YUV 152.28 146.47 171.31 -
System Red Green Blue C M Y K H S L
Decimal 213 115 185 0 0.46 0.13 0.16 317.14 0.54 0.64
Hex D5 73 B9 0 2E D 10 13D 36 40
Octal 325 163 271 0 56 15 20 475 66 100
Binary 11010101 1110011 10111001 0 101110 1101 10000 100111101 110110 1000000

Color Harmonies of #D573B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D573B9

Black with #D573B9

Text Example


Text Example

White with #D573B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D573B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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