Html Css Color HEX #D16BC7 Orchid

📋 copy color: '#D16BC7'

red 209 ◦ green 107 ◦ blue 199

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

Shades of Orchid #D16BC7

Tints of Orchid #D16BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.64%

R = 40.58%
G = 20.78%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D16BC7 (or 0xD16BC7) is known color: Orchid. HEX triplet: D1, 6B and C7. RGB value is (209,107,199). Sum of RGB (Red+Green+Blue) = 209+107+199=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 107 (42.19% from 255 or 20.78% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D16BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16BC7 is #2E9438. Grayscale: #939393. Windows color (decimal): -3052601 or 13069265. OLE color: 13069265.

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

Color convert

RGB 209 107 199 -
CMYK 0 0.49 0.05 0.18
HSL 305.88º 0.53% 0.62% -
HSV(B) 305.88º 0.49% 0.82% -
XYZ 41.86 28.19 57.27 -
YUV 147.99 156.79 171.52 -
System Red Green Blue C M Y K H S L
Decimal 209 107 199 0 0.49 0.05 0.18 305.88 0.53 0.62
Hex D1 6B C7 0 31 5 12 132 35 3E
Octal 321 153 307 0 61 5 22 462 65 76
Binary 11010001 1101011 11000111 0 110001 101 10010 100110010 110101 111110

Color Harmonies of #D16BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16BC7

Black with #D16BC7

Text Example


Text Example

White with #D16BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16BC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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