Html Css Color HEX #D162D0 Orchid

📋 copy color: '#D162D0'

red 209 ◦ green 98 ◦ blue 208

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

Shades of Orchid #D162D0

Tints of Orchid #D162D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.39%

R = 40.58%
G = 19.03%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D162D0 (or 0xD162D0) is known color: Orchid. HEX triplet: D1, 62 and D0. RGB value is (209,98,208). Sum of RGB (Red+Green+Blue) = 209+98+208=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D162D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D162D0 is #2E9D2F. Grayscale: #8F8F8F. Windows color (decimal): -3054896 or 13656785. OLE color: 13656785.

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

Color convert

RGB 209 98 208 -
CMYK 0 0.53 0.00 0.18
HSL 300.54º 0.55% 0.6% -
HSV(B) 300.54º 0.53% 0.82% -
XYZ 42.05 26.84 62.64 -
YUV 143.73 164.27 174.56 -
System Red Green Blue C M Y K H S L
Decimal 209 98 208 0 0.53 0.00 0.18 300.54 0.55 0.6
Hex D1 62 D0 0 35 0 12 12D 37 3C
Octal 321 142 320 0 65 0 22 455 67 74
Binary 11010001 1100010 11010000 0 110101 0 10010 100101101 110111 111100

Color Harmonies of #D162D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D162D0

Black with #D162D0

Text Example


Text Example

White with #D162D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D162D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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