Html Css Color HEX #D160D9 Orchid

📋 copy color: '#D160D9'

red 209 ◦ green 96 ◦ blue 217

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

Shades of Orchid #D160D9

Tints of Orchid #D160D9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.39%

 BLUE value IS 217 (85.16% from 255) = 41.57%

R = 40.04%
G = 18.39%
B = 41.57%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D160D9 (or 0xD160D9) is known color: Orchid. HEX triplet: D1, 60 and D9. RGB value is (209,96,217). Sum of RGB (Red+Green+Blue) = 209+96+217=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 96 (37.89% from 255 or 18.39% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 217 - color contains mainly: blue. Hex color #D160D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D160D9 is #2E9F26. Grayscale: #8F8F8F. Windows color (decimal): -3055399 or 14246097. OLE color: 14246097.

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

Color convert

RGB 209 96 217 -
CMYK 0.04 0.56 0 0.15
HSL 296.03º 0.61% 0.61% -
HSV(B) 296.03º 0.56% 0.85% -
XYZ 43 26.93 68.58 -
YUV 143.58 169.44 174.66 -
System Red Green Blue C M Y K H S L
Decimal 209 96 217 0.04 0.56 0 0.15 296.03 0.61 0.61
Hex D1 60 D9 4 38 0 F 128 3D 3D
Octal 321 140 331 4 70 0 17 450 75 75
Binary 11010001 1100000 11011001 100 111000 0 1111 100101000 111101 111101

Color Harmonies of #D160D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D160D9

Black with #D160D9

Text Example


Text Example

White with #D160D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D160D9; }

 p { color: rgb(209,96,217); }

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

background-color css

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

 a { background-color: rgb(209,96,217); }

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

border-color css

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

 span { border-color: rgb(209,96,217); }

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