Html Css Color HEX #D176CC Orchid

📋 copy color: '#D176CC'

red 209 ◦ green 118 ◦ blue 204

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

Shades of Orchid #D176CC

Tints of Orchid #D176CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.42%

R = 39.36%
G = 22.22%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D176CC (or 0xD176CC) is known color: Orchid. HEX triplet: D1, 76 and CC. RGB value is (209,118,204). Sum of RGB (Red+Green+Blue) = 209+118+204=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D176CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D176CC is #2E8933. Grayscale: #9A9A9A. Windows color (decimal): -3049780 or 13399761. OLE color: 13399761.

HSL color Cylindrical-coordinate representation of color #D176CC: hue angle of 303.3º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D176CC is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 118 204 -
CMYK 0 0.44 0.02 0.18
HSL 303.3º 0.5% 0.64% -
HSV(B) 303.3º 0.44% 0.82% -
XYZ 43.67 30.87 60.78 -
YUV 155.01 155.65 166.51 -
System Red Green Blue C M Y K H S L
Decimal 209 118 204 0 0.44 0.02 0.18 303.3 0.5 0.64
Hex D1 76 CC 0 2C 2 12 12F 32 40
Octal 321 166 314 0 54 2 22 457 62 100
Binary 11010001 1110110 11001100 0 101100 10 10010 100101111 110010 1000000

Color Harmonies of #D176CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D176CC

Black with #D176CC

Text Example


Text Example

White with #D176CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D176CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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