Html Css Color HEX #D162DF Orchid

📋 copy color: '#D162DF'

red 209 ◦ green 98 ◦ blue 223

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

Shades of Orchid #D162DF

Tints of Orchid #D162DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.08%

R = 39.43%
G = 18.49%
B = 42.08%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D162DF (or 0xD162DF) is known color: Orchid. HEX triplet: D1, 62 and DF. RGB value is (209,98,223). Sum of RGB (Red+Green+Blue) = 209+98+223=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 98 (38.67% from 255 or 18.49% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #D162DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D162DF is #2E9D20. Grayscale: #919191. Windows color (decimal): -3054881 or 14639825. OLE color: 14639825.

HSL color Cylindrical-coordinate representation of color #D162DF: hue angle of 293.28º degrees, saturation: 0.66, 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 #D162DF is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 98 223 -
CMYK 0.06 0.56 0 0.13
HSL 293.28º 0.66% 0.63% -
HSV(B) 293.28º 0.56% 0.87% -
XYZ 43.98 27.62 72.82 -
YUV 145.44 171.77 173.34 -
System Red Green Blue C M Y K H S L
Decimal 209 98 223 0.06 0.56 0 0.13 293.28 0.66 0.63
Hex D1 62 DF 6 38 0 D 125 42 3F
Octal 321 142 337 6 70 0 15 445 102 77
Binary 11010001 1100010 11011111 110 111000 0 1101 100100101 1000010 111111

Color Harmonies of #D162DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D162DF

Black with #D162DF

Text Example


Text Example

White with #D162DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D162DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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