Html Css Color HEX #D160DB Orchid

📋 copy color: '#D160DB'

red 209 ◦ green 96 ◦ blue 219

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

Shades of Orchid #D160DB

Tints of Orchid #D160DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.79%

R = 39.89%
G = 18.32%
B = 41.79%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D160DB (or 0xD160DB) is known color: Orchid. HEX triplet: D1, 60 and DB. RGB value is (209,96,219). Sum of RGB (Red+Green+Blue) = 209+96+219=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #D160DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D160DB is #2E9F24. Grayscale: #8F8F8F. Windows color (decimal): -3055397 or 14377169. OLE color: 14377169.

HSL color Cylindrical-coordinate representation of color #D160DB: hue angle of 295.12º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D160DB is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 96 219 -
CMYK 0.05 0.56 0 0.14
HSL 295.12º 0.63% 0.62% -
HSV(B) 295.12º 0.56% 0.86% -
XYZ 43.26 27.04 69.96 -
YUV 143.81 170.44 174.5 -
System Red Green Blue C M Y K H S L
Decimal 209 96 219 0.05 0.56 0 0.14 295.12 0.63 0.62
Hex D1 60 DB 5 38 0 E 127 3F 3E
Octal 321 140 333 5 70 0 16 447 77 76
Binary 11010001 1100000 11011011 101 111000 0 1110 100100111 111111 111110

Color Harmonies of #D160DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D160DB

Black with #D160DB

Text Example


Text Example

White with #D160DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D160DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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