Html Css Color HEX #D16FDD Orchid

📋 copy color: '#D16FDD'

red 209 ◦ green 111 ◦ blue 221

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

Shades of Orchid #D16FDD

Tints of Orchid #D16FDD

RGB

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

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

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

R = 38.63%
G = 20.52%
B = 40.85%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D16FDD (or 0xD16FDD) is known color: Orchid. HEX triplet: D1, 6F and DD. RGB value is (209,111,221). Sum of RGB (Red+Green+Blue) = 209+111+221=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #D16FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16FDD is #2E9022. Grayscale: #989898. Windows color (decimal): -3051555 or 14512081. OLE color: 14512081.

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

Color convert

RGB 209 111 221 -
CMYK 0.05 0.50 0 0.13
HSL 293.45º 0.62% 0.65% -
HSV(B) 293.45º 0.5% 0.87% -
XYZ 45.03 30.14 71.85 -
YUV 152.84 166.47 168.06 -
System Red Green Blue C M Y K H S L
Decimal 209 111 221 0.05 0.50 0 0.13 293.45 0.62 0.65
Hex D1 6F DD 5 32 0 D 125 3E 41
Octal 321 157 335 5 62 0 15 445 76 101
Binary 11010001 1101111 11011101 101 110010 0 1101 100100101 111110 1000001

Color Harmonies of #D16FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16FDD

Black with #D16FDD

Text Example


Text Example

White with #D16FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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