Html Css Color HEX #D169C9 Orchid

📋 copy color: '#D169C9'

red 209 ◦ green 105 ◦ blue 201

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

Shades of Orchid #D169C9

Tints of Orchid #D169C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.03%

R = 40.58%
G = 20.39%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D169C9 (or 0xD169C9) is known color: Orchid. HEX triplet: D1, 69 and C9. RGB value is (209,105,201). Sum of RGB (Red+Green+Blue) = 209+105+201=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D169C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D169C9 is #2E9636. Grayscale: #929292. Windows color (decimal): -3053111 or 13199825. OLE color: 13199825.

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

Color convert

RGB 209 105 201 -
CMYK 0 0.50 0.04 0.18
HSL 304.62º 0.53% 0.62% -
HSV(B) 304.62º 0.5% 0.82% -
XYZ 41.89 27.88 58.43 -
YUV 147.04 158.46 172.19 -
System Red Green Blue C M Y K H S L
Decimal 209 105 201 0 0.50 0.04 0.18 304.62 0.53 0.62
Hex D1 69 C9 0 32 4 12 131 35 3E
Octal 321 151 311 0 62 4 22 461 65 76
Binary 11010001 1101001 11001001 0 110010 100 10010 100110001 110101 111110

Color Harmonies of #D169C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D169C9

Black with #D169C9

Text Example


Text Example

White with #D169C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D169C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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