Html Css Color HEX #D162D6 Orchid

📋 copy color: '#D162D6'

red 209 ◦ green 98 ◦ blue 214

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

Shades of Orchid #D162D6

Tints of Orchid #D162D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.07%

R = 40.12%
G = 18.81%
B = 41.07%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D162D6 (or 0xD162D6) is known color: Orchid. HEX triplet: D1, 62 and D6. RGB value is (209,98,214). Sum of RGB (Red+Green+Blue) = 209+98+214=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 98 (38.67% from 255 or 18.81% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 214 - color contains mainly: blue. Hex color #D162D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D162D6 is #2E9D29. Grayscale: #909090. Windows color (decimal): -3054890 or 14050001. OLE color: 14050001.

HSL color Cylindrical-coordinate representation of color #D162D6: hue angle of 297.41º 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 #D162D6 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 98 214 -
CMYK 0.02 0.54 0 0.16
HSL 297.41º 0.59% 0.61% -
HSV(B) 297.41º 0.54% 0.84% -
XYZ 42.8 27.15 66.6 -
YUV 144.41 167.27 174.07 -
System Red Green Blue C M Y K H S L
Decimal 209 98 214 0.02 0.54 0 0.16 297.41 0.59 0.61
Hex D1 62 D6 2 36 0 10 129 3B 3D
Octal 321 142 326 2 66 0 20 451 73 75
Binary 11010001 1100010 11010110 10 110110 0 10000 100101001 111011 111101

Color Harmonies of #D162D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D162D6

Black with #D162D6

Text Example


Text Example

White with #D162D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D162D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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