Html Css Color HEX #D174BC Orchid

📋 copy color: '#D174BC'

red 209 ◦ green 116 ◦ blue 188

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

Shades of Orchid #D174BC

Tints of Orchid #D174BC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.61%

 BLUE value IS 188 (73.83% from 255) = 36.65%

R = 40.74%
G = 22.61%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D174BC (or 0xD174BC) is known color: Orchid. HEX triplet: D1, 74 and BC. RGB value is (209,116,188). Sum of RGB (Red+Green+Blue) = 209+116+188=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D174BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D174BC is #2E8B43. Grayscale: #979797. Windows color (decimal): -3050308 or 12350673. OLE color: 12350673.

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

Color convert

RGB 209 116 188 -
CMYK 0 0.44 0.10 0.18
HSL 313.55º 0.5% 0.64% -
HSV(B) 313.55º 0.44% 0.82% -
XYZ 41.62 29.68 51.11 -
YUV 152.02 148.31 168.65 -
System Red Green Blue C M Y K H S L
Decimal 209 116 188 0 0.44 0.10 0.18 313.55 0.5 0.64
Hex D1 74 BC 0 2C A 12 13A 32 40
Octal 321 164 274 0 54 12 22 472 62 100
Binary 11010001 1110100 10111100 0 101100 1010 10010 100111010 110010 1000000

Color Harmonies of #D174BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D174BC

Black with #D174BC

Text Example


Text Example

White with #D174BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D174BC; }

 p { color: rgb(209,116,188); }

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

background-color css

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

 a { background-color: rgb(209,116,188); }

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

border-color css

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

 span { border-color: rgb(209,116,188); }

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