Html Css Color HEX #D579D5 Orchid

📋 copy color: '#D579D5'

red 213 ◦ green 121 ◦ blue 213

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

Shades of Orchid #D579D5

Tints of Orchid #D579D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.94%

R = 38.94%
G = 22.12%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D579D5 (or 0xD579D5) is known color: Orchid. HEX triplet: D5, 79 and D5. RGB value is (213,121,213). Sum of RGB (Red+Green+Blue) = 213+121+213=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 121 (47.66% from 255 or 22.12% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D579D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D579D5 is #2A862A. Grayscale: #9E9E9E. Windows color (decimal): -2786859 or 13990357. OLE color: 13990357.

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

Color convert

RGB 213 121 213 -
CMYK 0 0.43 0 0.16
HSL 300º 0.52% 0.65% -
HSV(B) 300º 0.43% 0.84% -
XYZ 46.29 32.62 66.81 -
YUV 159 158.48 166.52 -
System Red Green Blue C M Y K H S L
Decimal 213 121 213 0 0.43 0 0.16 300 0.52 0.65
Hex D5 79 D5 0 2B 0 10 12C 34 41
Octal 325 171 325 0 53 0 20 454 64 101
Binary 11010101 1111001 11010101 0 101011 0 10000 100101100 110100 1000001

Color Harmonies of #D579D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D579D5

Black with #D579D5

Text Example


Text Example

White with #D579D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D579D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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