Html Css Color HEX #D162D7 Orchid

📋 copy color: '#D162D7'

red 209 ◦ green 98 ◦ blue 215

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

Shades of Orchid #D162D7

Tints of Orchid #D162D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.19%

R = 40.04%
G = 18.77%
B = 41.19%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D162D7 (or 0xD162D7) is known color: Orchid. HEX triplet: D1, 62 and D7. RGB value is (209,98,215). Sum of RGB (Red+Green+Blue) = 209+98+215=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 98 (38.67% from 255 or 18.77% from 522); Blue value is 215 (84.38% from 255 or 41.19% from 522); Max value from RGB is 215 - color contains mainly: blue. Hex color #D162D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D162D7 is #2E9D28. Grayscale: #909090. Windows color (decimal): -3054889 or 14115537. OLE color: 14115537.

HSL color Cylindrical-coordinate representation of color #D162D7: hue angle of 296.92º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D162D7 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 98 215 -
CMYK 0.03 0.54 0 0.16
HSL 296.92º 0.59% 0.61% -
HSV(B) 296.92º 0.54% 0.84% -
XYZ 42.93 27.2 67.28 -
YUV 144.53 167.77 173.99 -
System Red Green Blue C M Y K H S L
Decimal 209 98 215 0.03 0.54 0 0.16 296.92 0.59 0.61
Hex D1 62 D7 3 36 0 10 129 3B 3D
Octal 321 142 327 3 66 0 20 451 73 75
Binary 11010001 1100010 11010111 11 110110 0 10000 100101001 111011 111101

Color Harmonies of #D162D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D162D7

Black with #D162D7

Text Example


Text Example

White with #D162D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D162D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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