Html Css Color HEX #D169E6 Orchid

📋 copy color: '#D169E6'

red 209 ◦ green 105 ◦ blue 230

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

Shades of Orchid #D169E6

Tints of Orchid #D169E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.28%

R = 38.42%
G = 19.3%
B = 42.28%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D169E6 (or 0xD169E6) is known color: Orchid. HEX triplet: D1, 69 and E6. RGB value is (209,105,230). Sum of RGB (Red+Green+Blue) = 209+105+230=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 105 (41.41% from 255 or 19.30% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 230 - color contains mainly: blue. Hex color #D169E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D169E6 is #2E9619. Grayscale: #959595. Windows color (decimal): -3053082 or 15100369. OLE color: 15100369.

HSL color Cylindrical-coordinate representation of color #D169E6: hue angle of 289.92º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D169E6 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 209 105 230 -
CMYK 0.09 0.54 0 0.10
HSL 289.92º 0.71% 0.66% -
HSV(B) 289.92º 0.54% 0.9% -
XYZ 45.63 29.37 78.13 -
YUV 150.35 172.96 169.84 -
System Red Green Blue C M Y K H S L
Decimal 209 105 230 0.09 0.54 0 0.10 289.92 0.71 0.66
Hex D1 69 E6 9 36 0 A 122 47 42
Octal 321 151 346 11 66 0 12 442 107 102
Binary 11010001 1101001 11100110 1001 110110 0 1010 100100010 1000111 1000010

Color Harmonies of #D169E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D169E6

Black with #D169E6

Text Example


Text Example

White with #D169E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D169E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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