Html Css Color HEX #D160E5 Orchid

📋 copy color: '#D160E5'

red 209 ◦ green 96 ◦ blue 229

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

Shades of Orchid #D160E5

Tints of Orchid #D160E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.88%

R = 39.14%
G = 17.98%
B = 42.88%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D160E5 (or 0xD160E5) is known color: Orchid. HEX triplet: D1, 60 and E5. RGB value is (209,96,229). Sum of RGB (Red+Green+Blue) = 209+96+229=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 96 (37.89% from 255 or 17.98% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #D160E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D160E5 is #2E9F1A. Grayscale: #909090. Windows color (decimal): -3055387 or 15032529. OLE color: 15032529.

HSL color Cylindrical-coordinate representation of color #D160E5: hue angle of 290.98º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D160E5 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 209 96 229 -
CMYK 0.09 0.58 0 0.10
HSL 290.98º 0.72% 0.64% -
HSV(B) 290.98º 0.58% 0.9% -
XYZ 44.62 27.58 77.1 -
YUV 144.95 175.44 173.69 -
System Red Green Blue C M Y K H S L
Decimal 209 96 229 0.09 0.58 0 0.10 290.98 0.72 0.64
Hex D1 60 E5 9 3A 0 A 123 48 40
Octal 321 140 345 11 72 0 12 443 110 100
Binary 11010001 1100000 11100101 1001 111010 0 1010 100100011 1001000 1000000

Color Harmonies of #D160E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D160E5

Black with #D160E5

Text Example


Text Example

White with #D160E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D160E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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