Html Css Color HEX #D169DA Orchid

📋 copy color: '#D169DA'

red 209 ◦ green 105 ◦ blue 218

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

Shades of Orchid #D169DA

Tints of Orchid #D169DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.98%

R = 39.29%
G = 19.74%
B = 40.98%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D169DA (or 0xD169DA) is known color: Orchid. HEX triplet: D1, 69 and DA. RGB value is (209,105,218). Sum of RGB (Red+Green+Blue) = 209+105+218=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #D169DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D169DA is #2E9625. Grayscale: #949494. Windows color (decimal): -3053094 or 14313937. OLE color: 14313937.

HSL color Cylindrical-coordinate representation of color #D169DA: hue angle of 295.22º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D169DA is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 105 218 -
CMYK 0.04 0.52 0 0.15
HSL 295.22º 0.6% 0.63% -
HSV(B) 295.22º 0.52% 0.85% -
XYZ 44 28.72 69.55 -
YUV 148.98 166.96 170.81 -
System Red Green Blue C M Y K H S L
Decimal 209 105 218 0.04 0.52 0 0.15 295.22 0.6 0.63
Hex D1 69 DA 4 34 0 F 127 3C 3F
Octal 321 151 332 4 64 0 17 447 74 77
Binary 11010001 1101001 11011010 100 110100 0 1111 100100111 111100 111111

Color Harmonies of #D169DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D169DA

Black with #D169DA

Text Example


Text Example

White with #D169DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D169DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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