Html Css Color HEX #D577B9 Orchid

📋 copy color: '#D577B9'

red 213 ◦ green 119 ◦ blue 185

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

Shades of Orchid #D577B9

Tints of Orchid #D577B9

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.02%

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

R = 41.2%
G = 23.02%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D577B9 (or 0xD577B9) is known color: Orchid. HEX triplet: D5, 77 and B9. RGB value is (213,119,185). Sum of RGB (Red+Green+Blue) = 213+119+185=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D577B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577B9 is #2A8846. Grayscale: #9A9A9A. Windows color (decimal): -2787399 or 12154837. OLE color: 12154837.

HSL color Cylindrical-coordinate representation of color #D577B9: hue angle of 317.87º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D577B9 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 119 185 -
CMYK 0 0.44 0.13 0.16
HSL 317.87º 0.53% 0.65% -
HSV(B) 317.87º 0.44% 0.84% -
XYZ 42.79 30.84 49.6 -
YUV 154.63 145.14 169.63 -
System Red Green Blue C M Y K H S L
Decimal 213 119 185 0 0.44 0.13 0.16 317.87 0.53 0.65
Hex D5 77 B9 0 2C D 10 13E 35 41
Octal 325 167 271 0 54 15 20 476 65 101
Binary 11010101 1110111 10111001 0 101100 1101 10000 100111110 110101 1000001

Color Harmonies of #D577B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D577B9

Black with #D577B9

Text Example


Text Example

White with #D577B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D577B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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