Html Css Color HEX #D16CB9 Orchid

📋 copy color: '#D16CB9'

red 209 ◦ green 108 ◦ blue 185

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

Shades of Orchid #D16CB9

Tints of Orchid #D16CB9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.51%

 BLUE value IS 185 (72.66% from 255) = 36.85%

R = 41.63%
G = 21.51%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D16CB9 (or 0xD16CB9) is known color: Orchid. HEX triplet: D1, 6C and B9. RGB value is (209,108,185). Sum of RGB (Red+Green+Blue) = 209+108+185=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D16CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16CB9 is #2E9346. Grayscale: #929292. Windows color (decimal): -3052359 or 12152017. OLE color: 12152017.

HSL color Cylindrical-coordinate representation of color #D16CB9: hue angle of 314.26º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D16CB9 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 108 185 -
CMYK 0 0.48 0.11 0.18
HSL 314.26º 0.52% 0.62% -
HSV(B) 314.26º 0.48% 0.82% -
XYZ 40.41 27.78 49.13 -
YUV 146.98 149.46 172.24 -
System Red Green Blue C M Y K H S L
Decimal 209 108 185 0 0.48 0.11 0.18 314.26 0.52 0.62
Hex D1 6C B9 0 30 B 12 13A 34 3E
Octal 321 154 271 0 60 13 22 472 64 76
Binary 11010001 1101100 10111001 0 110000 1011 10010 100111010 110100 111110

Color Harmonies of #D16CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16CB9

Black with #D16CB9

Text Example


Text Example

White with #D16CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16CB9; }

 p { color: rgb(209,108,185); }

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

background-color css

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

 a { background-color: rgb(209,108,185); }

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

border-color css

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

 span { border-color: rgb(209,108,185); }

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