Html Css Color HEX #D16FC1 Orchid

📋 copy color: '#D16FC1'

red 209 ◦ green 111 ◦ blue 193

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

Shades of Orchid #D16FC1

Tints of Orchid #D16FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.62%

R = 40.74%
G = 21.64%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D16FC1 (or 0xD16FC1) is known color: Orchid. HEX triplet: D1, 6F and C1. RGB value is (209,111,193). Sum of RGB (Red+Green+Blue) = 209+111+193=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D16FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16FC1 is #2E903E. Grayscale: #959595. Windows color (decimal): -3051583 or 12677073. OLE color: 12677073.

HSL color Cylindrical-coordinate representation of color #D16FC1: hue angle of 309.8º 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 #D16FC1 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 111 193 -
CMYK 0 0.47 0.08 0.18
HSL 309.8º 0.52% 0.63% -
HSV(B) 309.8º 0.47% 0.82% -
XYZ 41.6 28.77 53.81 -
YUV 149.65 152.47 170.33 -
System Red Green Blue C M Y K H S L
Decimal 209 111 193 0 0.47 0.08 0.18 309.8 0.52 0.63
Hex D1 6F C1 0 2F 8 12 136 34 3F
Octal 321 157 301 0 57 10 22 466 64 77
Binary 11010001 1101111 11000001 0 101111 1000 10010 100110110 110100 111111

Color Harmonies of #D16FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16FC1

Black with #D16FC1

Text Example


Text Example

White with #D16FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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