Html Css Color HEX #D579C5 Orchid

📋 copy color: '#D579C5'

red 213 ◦ green 121 ◦ blue 197

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

Shades of Orchid #D579C5

Tints of Orchid #D579C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.1%

R = 40.11%
G = 22.79%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D579C5 (or 0xD579C5) is known color: Orchid. HEX triplet: D5, 79 and C5. RGB value is (213,121,197). Sum of RGB (Red+Green+Blue) = 213+121+197=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 121 (47.66% from 255 or 22.79% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D579C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D579C5 is #2A863A. Grayscale: #9C9C9C. Windows color (decimal): -2786875 or 12941781. OLE color: 12941781.

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

Color convert

RGB 213 121 197 -
CMYK 0 0.43 0.08 0.16
HSL 310.43º 0.52% 0.65% -
HSV(B) 310.43º 0.43% 0.84% -
XYZ 44.36 31.85 56.63 -
YUV 157.17 150.48 167.82 -
System Red Green Blue C M Y K H S L
Decimal 213 121 197 0 0.43 0.08 0.16 310.43 0.52 0.65
Hex D5 79 C5 0 2B 8 10 136 34 41
Octal 325 171 305 0 53 10 20 466 64 101
Binary 11010101 1111001 11000101 0 101011 1000 10000 100110110 110100 1000001

Color Harmonies of #D579C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D579C5

Black with #D579C5

Text Example


Text Example

White with #D579C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D579C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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