Html Css Color HEX #D476DD Orchid

📋 copy color: '#D476DD'

red 212 ◦ green 118 ◦ blue 221

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

Shades of Orchid #D476DD

Tints of Orchid #D476DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.11%

R = 38.48%
G = 21.42%
B = 40.11%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D476DD (or 0xD476DD) is known color: Orchid. HEX triplet: D4, 76 and DD. RGB value is (212,118,221). Sum of RGB (Red+Green+Blue) = 212+118+221=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #D476DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D476DD is #2B8922. Grayscale: #9D9D9D. Windows color (decimal): -2853155 or 14513876. OLE color: 14513876.

HSL color Cylindrical-coordinate representation of color #D476DD: hue angle of 294.76º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D476DD is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 118 221 -
CMYK 0.04 0.47 0 0.13
HSL 294.76º 0.6% 0.66% -
HSV(B) 294.76º 0.47% 0.87% -
XYZ 46.68 32.17 72.16 -
YUV 157.85 163.64 166.62 -
System Red Green Blue C M Y K H S L
Decimal 212 118 221 0.04 0.47 0 0.13 294.76 0.6 0.66
Hex D4 76 DD 4 2F 0 D 127 3C 42
Octal 324 166 335 4 57 0 15 447 74 102
Binary 11010100 1110110 11011101 100 101111 0 1101 100100111 111100 1000010

Color Harmonies of #D476DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D476DD

Black with #D476DD

Text Example


Text Example

White with #D476DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D476DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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