Html Css Color HEX #D16FDF Orchid

📋 copy color: '#D16FDF'

red 209 ◦ green 111 ◦ blue 223

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

Shades of Orchid #D16FDF

Tints of Orchid #D16FDF

RGB

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

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

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

R = 38.49%
G = 20.44%
B = 41.07%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D16FDF (or 0xD16FDF) is known color: Orchid. HEX triplet: D1, 6F and DF. RGB value is (209,111,223). Sum of RGB (Red+Green+Blue) = 209+111+223=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #D16FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16FDF is #2E9020. Grayscale: #989898. Windows color (decimal): -3051553 or 14643153. OLE color: 14643153.

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

Color convert

RGB 209 111 223 -
CMYK 0.06 0.50 0 0.13
HSL 292.5º 0.64% 0.65% -
HSV(B) 292.5º 0.5% 0.87% -
XYZ 45.3 30.25 73.26 -
YUV 153.07 167.47 167.89 -
System Red Green Blue C M Y K H S L
Decimal 209 111 223 0.06 0.50 0 0.13 292.5 0.64 0.65
Hex D1 6F DF 6 32 0 D 124 40 41
Octal 321 157 337 6 62 0 15 444 100 101
Binary 11010001 1101111 11011111 110 110010 0 1101 100100100 1000000 1000001

Color Harmonies of #D16FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16FDF

Black with #D16FDF

Text Example


Text Example

White with #D16FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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