Html Css Color HEX #D16FD0 Orchid

📋 copy color: '#D16FD0'

red 209 ◦ green 111 ◦ blue 208

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

Shades of Orchid #D16FD0

Tints of Orchid #D16FD0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.02%

 BLUE value IS 208 (81.64% from 255) = 39.39%

R = 39.58%
G = 21.02%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D16FD0 (or 0xD16FD0) is known color: Orchid. HEX triplet: D1, 6F and D0. RGB value is (209,111,208). Sum of RGB (Red+Green+Blue) = 209+111+208=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D16FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16FD0 is #2E902F. Grayscale: #979797. Windows color (decimal): -3051568 or 13660113. OLE color: 13660113.

HSL color Cylindrical-coordinate representation of color #D16FD0: hue angle of 300.61º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D16FD0 is Cyan = 0, Magento = 0.47, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 111 208 -
CMYK 0 0.47 0.00 0.18
HSL 300.61º 0.52% 0.63% -
HSV(B) 300.61º 0.47% 0.82% -
XYZ 43.36 29.48 63.08 -
YUV 151.36 159.97 169.11 -
System Red Green Blue C M Y K H S L
Decimal 209 111 208 0 0.47 0.00 0.18 300.61 0.52 0.63
Hex D1 6F D0 0 2F 0 12 12D 34 3F
Octal 321 157 320 0 57 0 22 455 64 77
Binary 11010001 1101111 11010000 0 101111 0 10010 100101101 110100 111111

Color Harmonies of #D16FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16FD0

Black with #D16FD0

Text Example


Text Example

White with #D16FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16FD0; }

 p { color: rgb(209,111,208); }

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

background-color css

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

 a { background-color: rgb(209,111,208); }

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

border-color css

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

 span { border-color: rgb(209,111,208); }

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