Html Css Color HEX #D16DCB Orchid

📋 copy color: '#D16DCB'

red 209 ◦ green 109 ◦ blue 203

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

Shades of Orchid #D16DCB

Tints of Orchid #D16DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.96%

R = 40.12%
G = 20.92%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D16DCB (or 0xD16DCB) is known color: Orchid. HEX triplet: D1, 6D and CB. RGB value is (209,109,203). Sum of RGB (Red+Green+Blue) = 209+109+203=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D16DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16DCB is #2E9234. Grayscale: #959595. Windows color (decimal): -3052085 or 13331921. OLE color: 13331921.

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

Color convert

RGB 209 109 203 -
CMYK 0 0.48 0.03 0.18
HSL 303.6º 0.52% 0.62% -
HSV(B) 303.6º 0.48% 0.82% -
XYZ 42.54 28.8 59.82 -
YUV 149.62 158.13 170.36 -
System Red Green Blue C M Y K H S L
Decimal 209 109 203 0 0.48 0.03 0.18 303.6 0.52 0.62
Hex D1 6D CB 0 30 3 12 130 34 3E
Octal 321 155 313 0 60 3 22 460 64 76
Binary 11010001 1101101 11001011 0 110000 11 10010 100110000 110100 111110

Color Harmonies of #D16DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16DCB

Black with #D16DCB

Text Example


Text Example

White with #D16DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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