Html Css Color HEX #D476DF Orchid

📋 copy color: '#D476DF'

red 212 ◦ green 118 ◦ blue 223

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

Shades of Orchid #D476DF

Tints of Orchid #D476DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.33%

R = 38.34%
G = 21.34%
B = 40.33%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D476DF (or 0xD476DF) is known color: Orchid. HEX triplet: D4, 76 and DF. RGB value is (212,118,223). Sum of RGB (Red+Green+Blue) = 212+118+223=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #D476DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D476DF is #2B8920. Grayscale: #9D9D9D. Windows color (decimal): -2853153 or 14644948. OLE color: 14644948.

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

Color convert

RGB 212 118 223 -
CMYK 0.05 0.47 0 0.13
HSL 293.71º 0.62% 0.67% -
HSV(B) 293.71º 0.47% 0.87% -
XYZ 46.95 32.28 73.57 -
YUV 158.08 164.64 166.46 -
System Red Green Blue C M Y K H S L
Decimal 212 118 223 0.05 0.47 0 0.13 293.71 0.62 0.67
Hex D4 76 DF 5 2F 0 D 126 3E 43
Octal 324 166 337 5 57 0 15 446 76 103
Binary 11010100 1110110 11011111 101 101111 0 1101 100100110 111110 1000011

Color Harmonies of #D476DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D476DF

Black with #D476DF

Text Example


Text Example

White with #D476DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D476DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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