Html Css Color HEX #D170DB Orchid

📋 copy color: '#D170DB'

red 209 ◦ green 112 ◦ blue 219

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

Shades of Orchid #D170DB

Tints of Orchid #D170DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.74%

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

R = 38.7%
G = 20.74%
B = 40.56%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D170DB (or 0xD170DB) is known color: Orchid. HEX triplet: D1, 70 and DB. RGB value is (209,112,219). Sum of RGB (Red+Green+Blue) = 209+112+219=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #D170DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D170DB is #2E8F24. Grayscale: #989898. Windows color (decimal): -3051301 or 14381265. OLE color: 14381265.

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

Color convert

RGB 209 112 219 -
CMYK 0.05 0.49 0 0.14
HSL 294.39º 0.6% 0.65% -
HSV(B) 294.39º 0.49% 0.86% -
XYZ 44.87 30.26 70.49 -
YUV 153.2 165.14 167.8 -
System Red Green Blue C M Y K H S L
Decimal 209 112 219 0.05 0.49 0 0.14 294.39 0.6 0.65
Hex D1 70 DB 5 31 0 E 126 3C 41
Octal 321 160 333 5 61 0 16 446 74 101
Binary 11010001 1110000 11011011 101 110001 0 1110 100100110 111100 1000001

Color Harmonies of #D170DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D170DB

Black with #D170DB

Text Example


Text Example

White with #D170DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D170DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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