Html Css Color HEX #D576D1 Orchid

📋 copy color: '#D576D1'

red 213 ◦ green 118 ◦ blue 209

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

Shades of Orchid #D576D1

Tints of Orchid #D576D1

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.85%

 BLUE value IS 209 (82.03% from 255) = 38.7%

R = 39.44%
G = 21.85%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D576D1 (or 0xD576D1) is known color: Orchid. HEX triplet: D5, 76 and D1. RGB value is (213,118,209). Sum of RGB (Red+Green+Blue) = 213+118+209=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 118 (46.48% from 255 or 21.85% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D576D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D576D1 is #2A892E. Grayscale: #9C9C9C. Windows color (decimal): -2787631 or 13727445. OLE color: 13727445.

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

Color convert

RGB 213 118 209 -
CMYK 0 0.45 0.02 0.16
HSL 302.53º 0.53% 0.65% -
HSV(B) 302.53º 0.45% 0.84% -
XYZ 45.43 31.71 64.05 -
YUV 156.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 213 118 209 0 0.45 0.02 0.16 302.53 0.53 0.65
Hex D5 76 D1 0 2D 2 10 12F 35 41
Octal 325 166 321 0 55 2 20 457 65 101
Binary 11010101 1110110 11010001 0 101101 10 10000 100101111 110101 1000001

Color Harmonies of #D576D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D576D1

Black with #D576D1

Text Example


Text Example

White with #D576D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D576D1; }

 p { color: rgb(213,118,209); }

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

background-color css

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

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

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

border-color css

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

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

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