Html Css Color HEX #D162DD Orchid

📋 copy color: '#D162DD'

red 209 ◦ green 98 ◦ blue 221

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

Shades of Orchid #D162DD

Tints of Orchid #D162DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.86%

R = 39.58%
G = 18.56%
B = 41.86%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D162DD (or 0xD162DD) is known color: Orchid. HEX triplet: D1, 62 and DD. RGB value is (209,98,221). Sum of RGB (Red+Green+Blue) = 209+98+221=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 98 (38.67% from 255 or 18.56% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #D162DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D162DD is #2E9D22. Grayscale: #909090. Windows color (decimal): -3054883 or 14508753. OLE color: 14508753.

HSL color Cylindrical-coordinate representation of color #D162DD: hue angle of 294.15º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D162DD is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 98 221 -
CMYK 0.05 0.56 0 0.13
HSL 294.15º 0.64% 0.63% -
HSV(B) 294.15º 0.56% 0.87% -
XYZ 43.71 27.51 71.41 -
YUV 145.21 170.77 173.5 -
System Red Green Blue C M Y K H S L
Decimal 209 98 221 0.05 0.56 0 0.13 294.15 0.64 0.63
Hex D1 62 DD 5 38 0 D 126 40 3F
Octal 321 142 335 5 70 0 15 446 100 77
Binary 11010001 1100010 11011101 101 111000 0 1101 100100110 1000000 111111

Color Harmonies of #D162DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D162DD

Black with #D162DD

Text Example


Text Example

White with #D162DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D162DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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