Html Css Color HEX #D160DF Orchid

📋 copy color: '#D160DF'

red 209 ◦ green 96 ◦ blue 223

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

Shades of Orchid #D160DF

Tints of Orchid #D160DF

RGB

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

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

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

R = 39.58%
G = 18.18%
B = 42.23%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D160DF (or 0xD160DF) is known color: Orchid. HEX triplet: D1, 60 and DF. RGB value is (209,96,223). Sum of RGB (Red+Green+Blue) = 209+96+223=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 96 (37.89% from 255 or 18.18% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #D160DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D160DF is #2E9F20. Grayscale: #8F8F8F. Windows color (decimal): -3055393 or 14639313. OLE color: 14639313.

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

Color convert

RGB 209 96 223 -
CMYK 0.06 0.57 0 0.13
HSL 293.39º 0.66% 0.63% -
HSV(B) 293.39º 0.57% 0.87% -
XYZ 43.8 27.25 72.76 -
YUV 144.27 172.44 174.17 -
System Red Green Blue C M Y K H S L
Decimal 209 96 223 0.06 0.57 0 0.13 293.39 0.66 0.63
Hex D1 60 DF 6 39 0 D 125 42 3F
Octal 321 140 337 6 71 0 15 445 102 77
Binary 11010001 1100000 11011111 110 111001 0 1101 100100101 1000010 111111

Color Harmonies of #D160DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D160DF

Black with #D160DF

Text Example


Text Example

White with #D160DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D160DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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