Html Css Color HEX #D16ACC Orchid

📋 copy color: '#D16ACC'

red 209 ◦ green 106 ◦ blue 204

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

Shades of Orchid #D16ACC

Tints of Orchid #D16ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.42%

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

R = 40.27%
G = 20.42%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D16ACC (or 0xD16ACC) is known color: Orchid. HEX triplet: D1, 6A and CC. RGB value is (209,106,204). Sum of RGB (Red+Green+Blue) = 209+106+204=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D16ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16ACC is #2E9533. Grayscale: #939393. Windows color (decimal): -3052852 or 13396689. OLE color: 13396689.

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

Color convert

RGB 209 106 204 -
CMYK 0 0.49 0.02 0.18
HSL 302.91º 0.53% 0.62% -
HSV(B) 302.91º 0.49% 0.82% -
XYZ 42.35 28.22 60.34 -
YUV 147.97 159.62 171.53 -
System Red Green Blue C M Y K H S L
Decimal 209 106 204 0 0.49 0.02 0.18 302.91 0.53 0.62
Hex D1 6A CC 0 31 2 12 12F 35 3E
Octal 321 152 314 0 61 2 22 457 65 76
Binary 11010001 1101010 11001100 0 110001 10 10010 100101111 110101 111110

Color Harmonies of #D16ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16ACC

Black with #D16ACC

Text Example


Text Example

White with #D16ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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