Html Css Color HEX #D476D9 Orchid

📋 copy color: '#D476D9'

red 212 ◦ green 118 ◦ blue 217

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

Shades of Orchid #D476D9

Tints of Orchid #D476D9

RGB

 RED value IS 212 (83.2% from 255) = 38.76%

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

 BLUE value IS 217 (85.16% from 255) = 39.67%

R = 38.76%
G = 21.57%
B = 39.67%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D476D9 (or 0xD476D9) is known color: Orchid. HEX triplet: D4, 76 and D9. RGB value is (212,118,217). Sum of RGB (Red+Green+Blue) = 212+118+217=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 217 - color contains mainly: blue. Hex color #D476D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D476D9 is #2B8926. Grayscale: #9D9D9D. Windows color (decimal): -2853159 or 14251732. OLE color: 14251732.

HSL color Cylindrical-coordinate representation of color #D476D9: hue angle of 296.97º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D476D9 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 118 217 -
CMYK 0.02 0.46 0 0.15
HSL 296.97º 0.57% 0.66% -
HSV(B) 296.97º 0.46% 0.85% -
XYZ 46.15 31.96 69.38 -
YUV 157.39 161.64 166.95 -
System Red Green Blue C M Y K H S L
Decimal 212 118 217 0.02 0.46 0 0.15 296.97 0.57 0.66
Hex D4 76 D9 2 2E 0 F 129 39 42
Octal 324 166 331 2 56 0 17 451 71 102
Binary 11010100 1110110 11011001 10 101110 0 1111 100101001 111001 1000010

Color Harmonies of #D476D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D476D9

Black with #D476D9

Text Example


Text Example

White with #D476D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D476D9; }

 p { color: rgb(212,118,217); }

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

background-color css

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

 a { background-color: rgb(212,118,217); }

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

border-color css

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

 span { border-color: rgb(212,118,217); }

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