Html Css Color HEX #D16BC8 Orchid

📋 copy color: '#D16BC8'

red 209 ◦ green 107 ◦ blue 200

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

Shades of Orchid #D16BC8

Tints of Orchid #D16BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.76%

R = 40.5%
G = 20.74%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D16BC8 (or 0xD16BC8) is known color: Orchid. HEX triplet: D1, 6B and C8. RGB value is (209,107,200). Sum of RGB (Red+Green+Blue) = 209+107+200=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D16BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16BC8 is #2E9437. Grayscale: #939393. Windows color (decimal): -3052600 or 13134801. OLE color: 13134801.

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

Color convert

RGB 209 107 200 -
CMYK 0 0.49 0.04 0.18
HSL 305.29º 0.53% 0.62% -
HSV(B) 305.29º 0.49% 0.82% -
XYZ 41.98 28.24 57.88 -
YUV 148.1 157.29 171.44 -
System Red Green Blue C M Y K H S L
Decimal 209 107 200 0 0.49 0.04 0.18 305.29 0.53 0.62
Hex D1 6B C8 0 31 4 12 131 35 3E
Octal 321 153 310 0 61 4 22 461 65 76
Binary 11010001 1101011 11001000 0 110001 100 10010 100110001 110101 111110

Color Harmonies of #D16BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16BC8

Black with #D16BC8

Text Example


Text Example

White with #D16BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16BC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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