Html Css Color HEX #D16FDE Orchid

📋 copy color: '#D16FDE'

red 209 ◦ green 111 ◦ blue 222

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

Shades of Orchid #D16FDE

Tints of Orchid #D16FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.96%

R = 38.56%
G = 20.48%
B = 40.96%

CMYK

 C value IS 0.06

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D16FDE (or 0xD16FDE) is known color: Orchid. HEX triplet: D1, 6F and DE. RGB value is (209,111,222). Sum of RGB (Red+Green+Blue) = 209+111+222=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #D16FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16FDE is #2E9021. Grayscale: #989898. Windows color (decimal): -3051554 or 14577617. OLE color: 14577617.

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

Color convert

RGB 209 111 222 -
CMYK 0.06 0.5 0 0.13
HSL 292.97º 0.63% 0.65% -
HSV(B) 292.97º 0.5% 0.87% -
XYZ 45.16 30.2 72.56 -
YUV 152.96 166.97 167.97 -
System Red Green Blue C M Y K H S L
Decimal 209 111 222 0.06 0.5 0 0.13 292.97 0.63 0.65
Hex D1 6F DE 6 32 0 D 125 3F 41
Octal 321 157 336 6 62 0 15 445 77 101
Binary 11010001 1101111 11011110 110 110010 0 1101 100100101 111111 1000001

Color Harmonies of #D16FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16FDE

Black with #D16FDE

Text Example


Text Example

White with #D16FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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