Html Css Color HEX #D176CB Orchid

📋 copy color: '#D176CB'

red 209 ◦ green 118 ◦ blue 203

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

Shades of Orchid #D176CB

Tints of Orchid #D176CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.3%

R = 39.43%
G = 22.26%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D176CB (or 0xD176CB) is known color: Orchid. HEX triplet: D1, 76 and CB. RGB value is (209,118,203). Sum of RGB (Red+Green+Blue) = 209+118+203=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 118 (46.48% from 255 or 22.26% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 209 - color contains mainly: red. Hex color #D176CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D176CB is #2E8934. Grayscale: #9A9A9A. Windows color (decimal): -3049781 or 13334225. OLE color: 13334225.

HSL color Cylindrical-coordinate representation of color #D176CB: hue angle of 303.96º 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 #D176CB is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 118 203 -
CMYK 0 0.44 0.03 0.18
HSL 303.96º 0.5% 0.64% -
HSV(B) 303.96º 0.44% 0.82% -
XYZ 43.55 30.82 60.15 -
YUV 154.9 155.15 166.59 -
System Red Green Blue C M Y K H S L
Decimal 209 118 203 0 0.44 0.03 0.18 303.96 0.5 0.64
Hex D1 76 CB 0 2C 3 12 130 32 40
Octal 321 166 313 0 54 3 22 460 62 100
Binary 11010001 1110110 11001011 0 101100 11 10010 100110000 110010 1000000

Color Harmonies of #D176CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D176CB

Black with #D176CB

Text Example


Text Example

White with #D176CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D176CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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