Html Css Color HEX #D169C8 Orchid

📋 copy color: '#D169C8'

red 209 ◦ green 105 ◦ blue 200

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

Shades of Orchid #D169C8

Tints of Orchid #D169C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.91%

R = 40.66%
G = 20.43%
B = 38.91%

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

#D169C8 (or 0xD169C8) is known color: Orchid. HEX triplet: D1, 69 and C8. RGB value is (209,105,200). Sum of RGB (Red+Green+Blue) = 209+105+200=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D169C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D169C8 is #2E9637. Grayscale: #929292. Windows color (decimal): -3053112 or 13134289. OLE color: 13134289.

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

Color convert

RGB 209 105 200 -
CMYK 0 0.50 0.04 0.18
HSL 305.19º 0.53% 0.62% -
HSV(B) 305.19º 0.5% 0.82% -
XYZ 41.77 27.83 57.81 -
YUV 146.93 157.96 172.28 -
System Red Green Blue C M Y K H S L
Decimal 209 105 200 0 0.50 0.04 0.18 305.19 0.53 0.62
Hex D1 69 C8 0 32 4 12 131 35 3E
Octal 321 151 310 0 62 4 22 461 65 76
Binary 11010001 1101001 11001000 0 110010 100 10010 100110001 110101 111110

Color Harmonies of #D169C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D169C8

Black with #D169C8

Text Example


Text Example

White with #D169C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D169C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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