Html Css Color HEX #D175BC Orchid

📋 copy color: '#D175BC'

red 209 ◦ green 117 ◦ blue 188

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

Shades of Orchid #D175BC

Tints of Orchid #D175BC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.76%

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

R = 40.66%
G = 22.76%
B = 36.58%

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

#D175BC (or 0xD175BC) is known color: Orchid. HEX triplet: D1, 75 and BC. RGB value is (209,117,188). Sum of RGB (Red+Green+Blue) = 209+117+188=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D175BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D175BC is #2E8A43. Grayscale: #989898. Windows color (decimal): -3050052 or 12350929. OLE color: 12350929.

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

Color convert

RGB 209 117 188 -
CMYK 0 0.44 0.10 0.18
HSL 313.7º 0.5% 0.64% -
HSV(B) 313.7º 0.44% 0.82% -
XYZ 41.73 29.91 51.15 -
YUV 152.6 147.98 168.23 -
System Red Green Blue C M Y K H S L
Decimal 209 117 188 0 0.44 0.10 0.18 313.7 0.5 0.64
Hex D1 75 BC 0 2C A 12 13A 32 40
Octal 321 165 274 0 54 12 22 472 62 100
Binary 11010001 1110101 10111100 0 101100 1010 10010 100111010 110010 1000000

Color Harmonies of #D175BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D175BC

Black with #D175BC

Text Example


Text Example

White with #D175BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D175BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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