Html Css Color HEX #D476DA Orchid

📋 copy color: '#D476DA'

red 212 ◦ green 118 ◦ blue 218

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

Shades of Orchid #D476DA

Tints of Orchid #D476DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.78%

R = 38.69%
G = 21.53%
B = 39.78%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D476DA (or 0xD476DA) is known color: Orchid. HEX triplet: D4, 76 and DA. RGB value is (212,118,218). Sum of RGB (Red+Green+Blue) = 212+118+218=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #D476DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D476DA is #2B8925. Grayscale: #9D9D9D. Windows color (decimal): -2853158 or 14317268. OLE color: 14317268.

HSL color Cylindrical-coordinate representation of color #D476DA: hue angle of 296.4º 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 #D476DA is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 118 218 -
CMYK 0.03 0.46 0 0.15
HSL 296.4º 0.57% 0.66% -
HSV(B) 296.4º 0.46% 0.85% -
XYZ 46.28 32.02 70.07 -
YUV 157.51 162.14 166.87 -
System Red Green Blue C M Y K H S L
Decimal 212 118 218 0.03 0.46 0 0.15 296.4 0.57 0.66
Hex D4 76 DA 3 2E 0 F 128 39 42
Octal 324 166 332 3 56 0 17 450 71 102
Binary 11010100 1110110 11011010 11 101110 0 1111 100101000 111001 1000010

Color Harmonies of #D476DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D476DA

Black with #D476DA

Text Example


Text Example

White with #D476DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D476DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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