Html Css Color HEX #D160DC Orchid

📋 copy color: '#D160DC'

red 209 ◦ green 96 ◦ blue 220

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

Shades of Orchid #D160DC

Tints of Orchid #D160DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.9%

R = 39.81%
G = 18.29%
B = 41.9%

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

#D160DC (or 0xD160DC) is known color: Orchid. HEX triplet: D1, 60 and DC. RGB value is (209,96,220). Sum of RGB (Red+Green+Blue) = 209+96+220=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 96 (37.89% from 255 or 18.29% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #D160DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D160DC is #2E9F23. Grayscale: #8F8F8F. Windows color (decimal): -3055396 or 14442705. OLE color: 14442705.

HSL color Cylindrical-coordinate representation of color #D160DC: hue angle of 294.68º degrees, saturation: 0.64, 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 #D160DC is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 96 220 -
CMYK 0.05 0.56 0 0.14
HSL 294.68º 0.64% 0.62% -
HSV(B) 294.68º 0.56% 0.86% -
XYZ 43.4 27.09 70.65 -
YUV 143.92 170.94 174.42 -
System Red Green Blue C M Y K H S L
Decimal 209 96 220 0.05 0.56 0 0.14 294.68 0.64 0.62
Hex D1 60 DC 5 38 0 E 127 40 3E
Octal 321 140 334 5 70 0 16 447 100 76
Binary 11010001 1100000 11011100 101 111000 0 1110 100100111 1000000 111110

Color Harmonies of #D160DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D160DC

Black with #D160DC

Text Example


Text Example

White with #D160DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D160DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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