Html Css Color HEX #D573BE Orchid

📋 copy color: '#D573BE'

red 213 ◦ green 115 ◦ blue 190

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

Shades of Orchid #D573BE

Tints of Orchid #D573BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.68%

R = 41.12%
G = 22.2%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D573BE (or 0xD573BE) is known color: Orchid. HEX triplet: D5, 73 and BE. RGB value is (213,115,190). Sum of RGB (Red+Green+Blue) = 213+115+190=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D573BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D573BE is #2A8C41. Grayscale: #989898. Windows color (decimal): -2788418 or 12481493. OLE color: 12481493.

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

Color convert

RGB 213 115 190 -
CMYK 0 0.46 0.11 0.16
HSL 314.08º 0.54% 0.64% -
HSV(B) 314.08º 0.46% 0.84% -
XYZ 42.87 30.13 52.27 -
YUV 152.85 148.97 170.9 -
System Red Green Blue C M Y K H S L
Decimal 213 115 190 0 0.46 0.11 0.16 314.08 0.54 0.64
Hex D5 73 BE 0 2E B 10 13A 36 40
Octal 325 163 276 0 56 13 20 472 66 100
Binary 11010101 1110011 10111110 0 101110 1011 10000 100111010 110110 1000000

Color Harmonies of #D573BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D573BE

Black with #D573BE

Text Example


Text Example

White with #D573BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D573BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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