Html Css Color HEX #D476E1 Orchid

📋 copy color: '#D476E1'

red 212 ◦ green 118 ◦ blue 225

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

Shades of Orchid #D476E1

Tints of Orchid #D476E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.54%

R = 38.2%
G = 21.26%
B = 40.54%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D476E1 (or 0xD476E1) is known color: Orchid. HEX triplet: D4, 76 and E1. RGB value is (212,118,225). Sum of RGB (Red+Green+Blue) = 212+118+225=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 118 (46.48% from 255 or 21.26% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 225 - color contains mainly: blue. Hex color #D476E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D476E1 is #2B891E. Grayscale: #9D9D9D. Windows color (decimal): -2853151 or 14776020. OLE color: 14776020.

HSL color Cylindrical-coordinate representation of color #D476E1: hue angle of 292.71º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D476E1 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 118 225 -
CMYK 0.06 0.48 0 0.12
HSL 292.71º 0.64% 0.67% -
HSV(B) 292.71º 0.48% 0.88% -
XYZ 47.22 32.39 75 -
YUV 158.3 165.64 166.3 -
System Red Green Blue C M Y K H S L
Decimal 212 118 225 0.06 0.48 0 0.12 292.71 0.64 0.67
Hex D4 76 E1 6 30 0 C 125 40 43
Octal 324 166 341 6 60 0 14 445 100 103
Binary 11010100 1110110 11100001 110 110000 0 1100 100100101 1000000 1000011

Color Harmonies of #D476E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D476E1

Black with #D476E1

Text Example


Text Example

White with #D476E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D476E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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