Html Css Color HEX #D169C0 Orchid

📋 copy color: '#D169C0'

red 209 ◦ green 105 ◦ blue 192

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

Shades of Orchid #D169C0

Tints of Orchid #D169C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.94%

R = 41.3%
G = 20.75%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D169C0 (or 0xD169C0) is known color: Orchid. HEX triplet: D1, 69 and C0. RGB value is (209,105,192). Sum of RGB (Red+Green+Blue) = 209+105+192=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D169C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D169C0 is #2E963F. Grayscale: #919191. Windows color (decimal): -3053120 or 12610001. OLE color: 12610001.

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

Color convert

RGB 209 105 192 -
CMYK 0 0.50 0.08 0.18
HSL 309.81º 0.53% 0.62% -
HSV(B) 309.81º 0.5% 0.82% -
XYZ 40.86 27.46 53.02 -
YUV 146.01 153.96 172.93 -
System Red Green Blue C M Y K H S L
Decimal 209 105 192 0 0.50 0.08 0.18 309.81 0.53 0.62
Hex D1 69 C0 0 32 8 12 136 35 3E
Octal 321 151 300 0 62 10 22 466 65 76
Binary 11010001 1101001 11000000 0 110010 1000 10010 100110110 110101 111110

Color Harmonies of #D169C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D169C0

Black with #D169C0

Text Example


Text Example

White with #D169C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D169C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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