Html Css Color HEX #D169DF Orchid

📋 copy color: '#D169DF'

red 209 ◦ green 105 ◦ blue 223

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

Shades of Orchid #D169DF

Tints of Orchid #D169DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.53%

R = 38.92%
G = 19.55%
B = 41.53%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D169DF (or 0xD169DF) is known color: Orchid. HEX triplet: D1, 69 and DF. RGB value is (209,105,223). Sum of RGB (Red+Green+Blue) = 209+105+223=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #D169DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D169DF is #2E9620. Grayscale: #959595. Windows color (decimal): -3053089 or 14641617. OLE color: 14641617.

HSL color Cylindrical-coordinate representation of color #D169DF: hue angle of 292.88º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D169DF is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 105 223 -
CMYK 0.06 0.53 0 0.13
HSL 292.88º 0.65% 0.64% -
HSV(B) 292.88º 0.53% 0.87% -
XYZ 44.67 28.99 73.05 -
YUV 149.55 169.46 170.41 -
System Red Green Blue C M Y K H S L
Decimal 209 105 223 0.06 0.53 0 0.13 292.88 0.65 0.64
Hex D1 69 DF 6 35 0 D 125 41 40
Octal 321 151 337 6 65 0 15 445 101 100
Binary 11010001 1101001 11011111 110 110101 0 1101 100100101 1000001 1000000

Color Harmonies of #D169DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D169DF

Black with #D169DF

Text Example


Text Example

White with #D169DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D169DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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