Html Css Color HEX #D579BC Orchid

📋 copy color: '#D579BC'

red 213 ◦ green 121 ◦ blue 188

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

Shades of Orchid #D579BC

Tints of Orchid #D579BC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.18%

 BLUE value IS 188 (73.83% from 255) = 36.02%

R = 40.8%
G = 23.18%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D579BC (or 0xD579BC) is known color: Orchid. HEX triplet: D5, 79 and BC. RGB value is (213,121,188). Sum of RGB (Red+Green+Blue) = 213+121+188=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 121 (47.66% from 255 or 23.18% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D579BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D579BC is #2A8643. Grayscale: #9B9B9B. Windows color (decimal): -2786884 or 12351957. OLE color: 12351957.

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

Color convert

RGB 213 121 188 -
CMYK 0 0.43 0.12 0.16
HSL 316.3º 0.52% 0.65% -
HSV(B) 316.3º 0.43% 0.84% -
XYZ 43.36 31.45 51.36 -
YUV 156.15 145.98 168.55 -
System Red Green Blue C M Y K H S L
Decimal 213 121 188 0 0.43 0.12 0.16 316.3 0.52 0.65
Hex D5 79 BC 0 2B C 10 13C 34 41
Octal 325 171 274 0 53 14 20 474 64 101
Binary 11010101 1111001 10111100 0 101011 1100 10000 100111100 110100 1000001

Color Harmonies of #D579BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D579BC

Black with #D579BC

Text Example


Text Example

White with #D579BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D579BC; }

 p { color: rgb(213,121,188); }

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

background-color css

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

 a { background-color: rgb(213,121,188); }

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

border-color css

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

 span { border-color: rgb(213,121,188); }

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