Html Css Color HEX #D170DF Orchid

📋 copy color: '#D170DF'

red 209 ◦ green 112 ◦ blue 223

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

Shades of Orchid #D170DF

Tints of Orchid #D170DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.99%

R = 38.42%
G = 20.59%
B = 40.99%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D170DF (or 0xD170DF) is known color: Orchid. HEX triplet: D1, 70 and DF. RGB value is (209,112,223). Sum of RGB (Red+Green+Blue) = 209+112+223=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #D170DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D170DF is #2E8F20. Grayscale: #999999. Windows color (decimal): -3051297 or 14643409. OLE color: 14643409.

HSL color Cylindrical-coordinate representation of color #D170DF: hue angle of 292.43º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D170DF is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 112 223 -
CMYK 0.06 0.50 0 0.13
HSL 292.43º 0.63% 0.66% -
HSV(B) 292.43º 0.5% 0.87% -
XYZ 45.41 30.47 73.3 -
YUV 153.66 167.14 167.47 -
System Red Green Blue C M Y K H S L
Decimal 209 112 223 0.06 0.50 0 0.13 292.43 0.63 0.66
Hex D1 70 DF 6 32 0 D 124 3F 42
Octal 321 160 337 6 62 0 15 444 77 102
Binary 11010001 1110000 11011111 110 110010 0 1101 100100100 111111 1000010

Color Harmonies of #D170DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D170DF

Black with #D170DF

Text Example


Text Example

White with #D170DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D170DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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