Html Css Color HEX #D16BC1 Orchid

📋 copy color: '#D16BC1'

red 209 ◦ green 107 ◦ blue 193

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

Shades of Orchid #D16BC1

Tints of Orchid #D16BC1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.02%

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

R = 41.06%
G = 21.02%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D16BC1 (or 0xD16BC1) is known color: Orchid. HEX triplet: D1, 6B and C1. RGB value is (209,107,193). Sum of RGB (Red+Green+Blue) = 209+107+193=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D16BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16BC1 is #2E943E. Grayscale: #939393. Windows color (decimal): -3052607 or 12676049. OLE color: 12676049.

HSL color Cylindrical-coordinate representation of color #D16BC1: hue angle of 309.41º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16BC1 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 107 193 -
CMYK 0 0.49 0.08 0.18
HSL 309.41º 0.53% 0.62% -
HSV(B) 309.41º 0.49% 0.82% -
XYZ 41.18 27.92 53.67 -
YUV 147.3 153.79 172.01 -
System Red Green Blue C M Y K H S L
Decimal 209 107 193 0 0.49 0.08 0.18 309.41 0.53 0.62
Hex D1 6B C1 0 31 8 12 135 35 3E
Octal 321 153 301 0 61 10 22 465 65 76
Binary 11010001 1101011 11000001 0 110001 1000 10010 100110101 110101 111110

Color Harmonies of #D16BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16BC1

Black with #D16BC1

Text Example


Text Example

White with #D16BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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