Html Css Color HEX #D169BE Orchid

📋 copy color: '#D169BE'

red 209 ◦ green 105 ◦ blue 190

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

Shades of Orchid #D169BE

Tints of Orchid #D169BE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.83%

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 41.47%
G = 20.83%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D169BE (or 0xD169BE) is known color: Orchid. HEX triplet: D1, 69 and BE. RGB value is (209,105,190). Sum of RGB (Red+Green+Blue) = 209+105+190=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D169BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D169BE is #2E9641. Grayscale: #919191. Windows color (decimal): -3053122 or 12478929. OLE color: 12478929.

HSL color Cylindrical-coordinate representation of color #D169BE: hue angle of 310.96º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D169BE is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 105 190 -
CMYK 0 0.50 0.09 0.18
HSL 310.96º 0.53% 0.62% -
HSV(B) 310.96º 0.5% 0.82% -
XYZ 40.64 27.38 51.86 -
YUV 145.79 152.96 173.09 -
System Red Green Blue C M Y K H S L
Decimal 209 105 190 0 0.50 0.09 0.18 310.96 0.53 0.62
Hex D1 69 BE 0 32 9 12 137 35 3E
Octal 321 151 276 0 62 11 22 467 65 76
Binary 11010001 1101001 10111110 0 110010 1001 10010 100110111 110101 111110

Color Harmonies of #D169BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D169BE

Black with #D169BE

Text Example


Text Example

White with #D169BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D169BE; }

 p { color: rgb(209,105,190); }

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

background-color css

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

 a { background-color: rgb(209,105,190); }

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

border-color css

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

 span { border-color: rgb(209,105,190); }

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