Html Css Color HEX #D579D4 Orchid

📋 copy color: '#D579D4'

red 213 ◦ green 121 ◦ blue 212

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

Shades of Orchid #D579D4

Tints of Orchid #D579D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.83%

R = 39.01%
G = 22.16%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D579D4 (or 0xD579D4) is known color: Orchid. HEX triplet: D5, 79 and D4. RGB value is (213,121,212). Sum of RGB (Red+Green+Blue) = 213+121+212=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 121 (47.66% from 255 or 22.16% from 546); Blue value is 212 (83.20% from 255 or 38.83% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D579D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D579D4 is #2A862B. Grayscale: #9E9E9E. Windows color (decimal): -2786860 or 13924821. OLE color: 13924821.

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

Color convert

RGB 213 121 212 -
CMYK 0 0.43 0.00 0.16
HSL 300.65º 0.52% 0.65% -
HSV(B) 300.65º 0.43% 0.84% -
XYZ 46.16 32.57 66.14 -
YUV 158.88 157.98 166.6 -
System Red Green Blue C M Y K H S L
Decimal 213 121 212 0 0.43 0.00 0.16 300.65 0.52 0.65
Hex D5 79 D4 0 2B 0 10 12D 34 41
Octal 325 171 324 0 53 0 20 455 64 101
Binary 11010101 1111001 11010100 0 101011 0 10000 100101101 110100 1000001

Color Harmonies of #D579D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D579D4

Black with #D579D4

Text Example


Text Example

White with #D579D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D579D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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