Html Css Color HEX #D16DCC Orchid

📋 copy color: '#D16DCC'

red 209 ◦ green 109 ◦ blue 204

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

Shades of Orchid #D16DCC

Tints of Orchid #D16DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.88%

 BLUE value IS 204 (80.08% from 255) = 39.08%

R = 40.04%
G = 20.88%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D16DCC (or 0xD16DCC) is known color: Orchid. HEX triplet: D1, 6D and CC. RGB value is (209,109,204). Sum of RGB (Red+Green+Blue) = 209+109+204=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 209 - color contains mainly: red. Hex color #D16DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16DCC is #2E9233. Grayscale: #959595. Windows color (decimal): -3052084 or 13397457. OLE color: 13397457.

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

Color convert

RGB 209 109 204 -
CMYK 0 0.48 0.02 0.18
HSL 303º 0.52% 0.62% -
HSV(B) 303º 0.48% 0.82% -
XYZ 42.66 28.85 60.45 -
YUV 149.73 158.63 170.28 -
System Red Green Blue C M Y K H S L
Decimal 209 109 204 0 0.48 0.02 0.18 303 0.52 0.62
Hex D1 6D CC 0 30 2 12 12F 34 3E
Octal 321 155 314 0 60 2 22 457 64 76
Binary 11010001 1101101 11001100 0 110000 10 10010 100101111 110100 111110

Color Harmonies of #D16DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16DCC

Black with #D16DCC

Text Example


Text Example

White with #D16DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16DCC; }

 p { color: rgb(209,109,204); }

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

background-color css

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

 a { background-color: rgb(209,109,204); }

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

border-color css

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

 span { border-color: rgb(209,109,204); }

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