Html Css Color HEX #D162DB Orchid

📋 copy color: '#D162DB'

red 209 ◦ green 98 ◦ blue 219

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

Shades of Orchid #D162DB

Tints of Orchid #D162DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.63%

 BLUE value IS 219 (85.94% from 255) = 41.63%

R = 39.73%
G = 18.63%
B = 41.63%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D162DB (or 0xD162DB) is known color: Orchid. HEX triplet: D1, 62 and DB. RGB value is (209,98,219). Sum of RGB (Red+Green+Blue) = 209+98+219=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 98 (38.67% from 255 or 18.63% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #D162DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D162DB is #2E9D24. Grayscale: #909090. Windows color (decimal): -3054885 or 14377681. OLE color: 14377681.

HSL color Cylindrical-coordinate representation of color #D162DB: hue angle of 295.04º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D162DB is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 98 219 -
CMYK 0.05 0.55 0 0.14
HSL 295.04º 0.63% 0.62% -
HSV(B) 295.04º 0.55% 0.86% -
XYZ 43.45 27.41 70.02 -
YUV 144.98 169.77 173.66 -
System Red Green Blue C M Y K H S L
Decimal 209 98 219 0.05 0.55 0 0.14 295.04 0.63 0.62
Hex D1 62 DB 5 37 0 E 127 3F 3E
Octal 321 142 333 5 67 0 16 447 77 76
Binary 11010001 1100010 11011011 101 110111 0 1110 100100111 111111 111110

Color Harmonies of #D162DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D162DB

Black with #D162DB

Text Example


Text Example

White with #D162DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D162DB; }

 p { color: rgb(209,98,219); }

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

background-color css

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

 a { background-color: rgb(209,98,219); }

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

border-color css

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

 span { border-color: rgb(209,98,219); }

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