Html Css Color HEX #D175BA Orchid

📋 copy color: '#D175BA'

red 209 ◦ green 117 ◦ blue 186

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

Shades of Orchid #D175BA

Tints of Orchid #D175BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.33%

R = 40.82%
G = 22.85%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D175BA (or 0xD175BA) is known color: Orchid. HEX triplet: D1, 75 and BA. RGB value is (209,117,186). Sum of RGB (Red+Green+Blue) = 209+117+186=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D175BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D175BA is #2E8A45. Grayscale: #989898. Windows color (decimal): -3050054 or 12219857. OLE color: 12219857.

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

Color convert

RGB 209 117 186 -
CMYK 0 0.44 0.11 0.18
HSL 315º 0.5% 0.64% -
HSV(B) 315º 0.44% 0.82% -
XYZ 41.52 29.82 50.02 -
YUV 152.37 146.98 168.39 -
System Red Green Blue C M Y K H S L
Decimal 209 117 186 0 0.44 0.11 0.18 315 0.5 0.64
Hex D1 75 BA 0 2C B 12 13B 32 40
Octal 321 165 272 0 54 13 22 473 62 100
Binary 11010001 1110101 10111010 0 101100 1011 10010 100111011 110010 1000000

Color Harmonies of #D175BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D175BA

Black with #D175BA

Text Example


Text Example

White with #D175BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D175BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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