Html Css Color HEX #D176E0 Orchid

📋 copy color: '#D176E0'

red 209 ◦ green 118 ◦ blue 224

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

Shades of Orchid #D176E0

Tints of Orchid #D176E0

RGB

 RED value IS 209 (82.03% from 255) = 37.93%

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

 BLUE value IS 224 (87.89% from 255) = 40.65%

R = 37.93%
G = 21.42%
B = 40.65%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D176E0 (or 0xD176E0) is known color: Orchid. HEX triplet: D1, 76 and E0. RGB value is (209,118,224). Sum of RGB (Red+Green+Blue) = 209+118+224=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 224 - color contains mainly: blue. Hex color #D176E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D176E0 is #2E891F. Grayscale: #9C9C9C. Windows color (decimal): -3049760 or 14710481. OLE color: 14710481.

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

Color convert

RGB 209 118 224 -
CMYK 0.07 0.47 0 0.12
HSL 291.51º 0.63% 0.67% -
HSV(B) 291.51º 0.47% 0.88% -
XYZ 46.23 31.89 74.24 -
YUV 157.29 165.65 164.88 -
System Red Green Blue C M Y K H S L
Decimal 209 118 224 0.07 0.47 0 0.12 291.51 0.63 0.67
Hex D1 76 E0 7 2F 0 C 124 3F 43
Octal 321 166 340 7 57 0 14 444 77 103
Binary 11010001 1110110 11100000 111 101111 0 1100 100100100 111111 1000011

Color Harmonies of #D176E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D176E0

Black with #D176E0

Text Example


Text Example

White with #D176E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D176E0; }

 p { color: rgb(209,118,224); }

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

background-color css

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

 a { background-color: rgb(209,118,224); }

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

border-color css

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

 span { border-color: rgb(209,118,224); }

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