Html Css Color HEX #D476DB Orchid

📋 copy color: '#D476DB'

red 212 ◦ green 118 ◦ blue 219

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

Shades of Orchid #D476DB

Tints of Orchid #D476DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.89%

R = 38.62%
G = 21.49%
B = 39.89%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D476DB (or 0xD476DB) is known color: Orchid. HEX triplet: D4, 76 and DB. RGB value is (212,118,219). Sum of RGB (Red+Green+Blue) = 212+118+219=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #D476DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D476DB is #2B8924. Grayscale: #9D9D9D. Windows color (decimal): -2853157 or 14382804. OLE color: 14382804.

HSL color Cylindrical-coordinate representation of color #D476DB: hue angle of 295.84º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D476DB is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 118 219 -
CMYK 0.03 0.46 0 0.14
HSL 295.84º 0.58% 0.66% -
HSV(B) 295.84º 0.46% 0.86% -
XYZ 46.42 32.07 70.76 -
YUV 157.62 162.64 166.79 -
System Red Green Blue C M Y K H S L
Decimal 212 118 219 0.03 0.46 0 0.14 295.84 0.58 0.66
Hex D4 76 DB 3 2E 0 E 128 3A 42
Octal 324 166 333 3 56 0 16 450 72 102
Binary 11010100 1110110 11011011 11 101110 0 1110 100101000 111010 1000010

Color Harmonies of #D476DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D476DB

Black with #D476DB

Text Example


Text Example

White with #D476DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D476DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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