Html Css Color HEX #D476C0 Orchid

📋 copy color: '#D476C0'

red 212 ◦ green 118 ◦ blue 192

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

Shades of Orchid #D476C0

Tints of Orchid #D476C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.78%

R = 40.61%
G = 22.61%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D476C0 (or 0xD476C0) is known color: Orchid. HEX triplet: D4, 76 and C0. RGB value is (212,118,192). Sum of RGB (Red+Green+Blue) = 212+118+192=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D476C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D476C0 is #2B893F. Grayscale: #9A9A9A. Windows color (decimal): -2853184 or 12613332. OLE color: 12613332.

HSL color Cylindrical-coordinate representation of color #D476C0: hue angle of 312.77º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D476C0 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 118 192 -
CMYK 0 0.44 0.09 0.17
HSL 312.77º 0.52% 0.65% -
HSV(B) 312.77º 0.44% 0.83% -
XYZ 43.14 30.76 53.53 -
YUV 154.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 212 118 192 0 0.44 0.09 0.17 312.77 0.52 0.65
Hex D4 76 C0 0 2C 9 11 139 34 41
Octal 324 166 300 0 54 11 21 471 64 101
Binary 11010100 1110110 11000000 0 101100 1001 10001 100111001 110100 1000001

Color Harmonies of #D476C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D476C0

Black with #D476C0

Text Example


Text Example

White with #D476C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D476C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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