Html Css Color HEX #D579C3 Orchid

📋 copy color: '#D579C3'

red 213 ◦ green 121 ◦ blue 195

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

Shades of Orchid #D579C3

Tints of Orchid #D579C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.86%

R = 40.26%
G = 22.87%
B = 36.86%

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

#D579C3 (or 0xD579C3) is known color: Orchid. HEX triplet: D5, 79 and C3. RGB value is (213,121,195). Sum of RGB (Red+Green+Blue) = 213+121+195=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D579C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D579C3 is #2A863C. Grayscale: #9C9C9C. Windows color (decimal): -2786877 or 12810709. OLE color: 12810709.

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

Color convert

RGB 213 121 195 -
CMYK 0 0.43 0.08 0.16
HSL 311.74º 0.52% 0.65% -
HSV(B) 311.74º 0.43% 0.84% -
XYZ 44.13 31.76 55.43 -
YUV 156.94 149.48 167.98 -
System Red Green Blue C M Y K H S L
Decimal 213 121 195 0 0.43 0.08 0.16 311.74 0.52 0.65
Hex D5 79 C3 0 2B 8 10 138 34 41
Octal 325 171 303 0 53 10 20 470 64 101
Binary 11010101 1111001 11000011 0 101011 1000 10000 100111000 110100 1000001

Color Harmonies of #D579C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D579C3

Black with #D579C3

Text Example


Text Example

White with #D579C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D579C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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