Html Css Color HEX #D160CE Orchid

📋 copy color: '#D160CE'

red 209 ◦ green 96 ◦ blue 206

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

Shades of Orchid #D160CE

Tints of Orchid #D160CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.31%

R = 40.9%
G = 18.79%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D160CE (or 0xD160CE) is known color: Orchid. HEX triplet: D1, 60 and CE. RGB value is (209,96,206). Sum of RGB (Red+Green+Blue) = 209+96+206=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D160CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D160CE is #2E9F31. Grayscale: #8E8E8E. Windows color (decimal): -3055410 or 13525201. OLE color: 13525201.

HSL color Cylindrical-coordinate representation of color #D160CE: hue angle of 301.59º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D160CE is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 96 206 -
CMYK 0 0.54 0.01 0.18
HSL 301.59º 0.55% 0.6% -
HSV(B) 301.59º 0.54% 0.82% -
XYZ 41.62 26.38 61.29 -
YUV 142.33 163.94 175.56 -
System Red Green Blue C M Y K H S L
Decimal 209 96 206 0 0.54 0.01 0.18 301.59 0.55 0.6
Hex D1 60 CE 0 36 1 12 12E 37 3C
Octal 321 140 316 0 66 1 22 456 67 74
Binary 11010001 1100000 11001110 0 110110 1 10010 100101110 110111 111100

Color Harmonies of #D160CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D160CE

Black with #D160CE

Text Example


Text Example

White with #D160CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D160CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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