Html Css Color HEX #D169D6 Orchid

📋 copy color: '#D169D6'

red 209 ◦ green 105 ◦ blue 214

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

Shades of Orchid #D169D6

Tints of Orchid #D169D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.53%

R = 39.58%
G = 19.89%
B = 40.53%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D169D6 (or 0xD169D6) is known color: Orchid. HEX triplet: D1, 69 and D6. RGB value is (209,105,214). Sum of RGB (Red+Green+Blue) = 209+105+214=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 214 - color contains mainly: blue. Hex color #D169D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D169D6 is #2E9629. Grayscale: #949494. Windows color (decimal): -3053098 or 14051793. OLE color: 14051793.

HSL color Cylindrical-coordinate representation of color #D169D6: hue angle of 297.25º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D169D6 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 105 214 -
CMYK 0.02 0.51 0 0.16
HSL 297.25º 0.57% 0.63% -
HSV(B) 297.25º 0.51% 0.84% -
XYZ 43.48 28.51 66.83 -
YUV 148.52 164.96 171.14 -
System Red Green Blue C M Y K H S L
Decimal 209 105 214 0.02 0.51 0 0.16 297.25 0.57 0.63
Hex D1 69 D6 2 33 0 10 129 39 3F
Octal 321 151 326 2 63 0 20 451 71 77
Binary 11010001 1101001 11010110 10 110011 0 10000 100101001 111001 111111

Color Harmonies of #D169D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D169D6

Black with #D169D6

Text Example


Text Example

White with #D169D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D169D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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