Html Css Color HEX #D162E8 Orchid

📋 copy color: '#D162E8'

red 209 ◦ green 98 ◦ blue 232

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

Shades of Orchid #D162E8

Tints of Orchid #D162E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.04%

R = 38.78%
G = 18.18%
B = 43.04%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D162E8 (or 0xD162E8) is known color: Orchid. HEX triplet: D1, 62 and E8. RGB value is (209,98,232). Sum of RGB (Red+Green+Blue) = 209+98+232=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 98 (38.67% from 255 or 18.18% from 539); Blue value is 232 (91.02% from 255 or 43.04% from 539); Max value from RGB is 232 - color contains mainly: blue. Hex color #D162E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D162E8 is #2E9D17. Grayscale: #929292. Windows color (decimal): -3054872 or 15229649. OLE color: 15229649.

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

Color convert

RGB 209 98 232 -
CMYK 0.10 0.58 0 0.09
HSL 289.7º 0.74% 0.65% -
HSV(B) 289.7º 0.58% 0.91% -
XYZ 45.23 28.12 79.39 -
YUV 146.47 176.27 172.6 -
System Red Green Blue C M Y K H S L
Decimal 209 98 232 0.10 0.58 0 0.09 289.7 0.74 0.65
Hex D1 62 E8 A 3A 0 9 122 4A 41
Octal 321 142 350 12 72 0 11 442 112 101
Binary 11010001 1100010 11101000 1010 111010 0 1001 100100010 1001010 1000001

Color Harmonies of #D162E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D162E8

Black with #D162E8

Text Example


Text Example

White with #D162E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D162E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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