Html Css Color HEX #D169E5 Orchid

📋 copy color: '#D169E5'

red 209 ◦ green 105 ◦ blue 229

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

Shades of Orchid #D169E5

Tints of Orchid #D169E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.17%

R = 38.49%
G = 19.34%
B = 42.17%

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

#D169E5 (or 0xD169E5) is known color: Orchid. HEX triplet: D1, 69 and E5. RGB value is (209,105,229). Sum of RGB (Red+Green+Blue) = 209+105+229=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 229 - color contains mainly: blue. Hex color #D169E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D169E5 is #2E961A. Grayscale: #959595. Windows color (decimal): -3053083 or 15034833. OLE color: 15034833.

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

Color convert

RGB 209 105 229 -
CMYK 0.09 0.54 0 0.10
HSL 290.32º 0.7% 0.65% -
HSV(B) 290.32º 0.54% 0.9% -
XYZ 45.49 29.32 77.39 -
YUV 150.23 172.46 169.92 -
System Red Green Blue C M Y K H S L
Decimal 209 105 229 0.09 0.54 0 0.10 290.32 0.7 0.65
Hex D1 69 E5 9 36 0 A 122 46 41
Octal 321 151 345 11 66 0 12 442 106 101
Binary 11010001 1101001 11100101 1001 110110 0 1010 100100010 1000110 1000001

Color Harmonies of #D169E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D169E5

Black with #D169E5

Text Example


Text Example

White with #D169E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D169E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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