Html Css Color HEX #D16EC6 Orchid

📋 copy color: '#D16EC6'

red 209 ◦ green 110 ◦ blue 198

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

Shades of Orchid #D16EC6

Tints of Orchid #D16EC6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.28%

 BLUE value IS 198 (77.73% from 255) = 38.3%

R = 40.43%
G = 21.28%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D16EC6 (or 0xD16EC6) is known color: Orchid. HEX triplet: D1, 6E and C6. RGB value is (209,110,198). Sum of RGB (Red+Green+Blue) = 209+110+198=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D16EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16EC6 is #2E9139. Grayscale: #959595. Windows color (decimal): -3051834 or 13004497. OLE color: 13004497.

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

Color convert

RGB 209 110 198 -
CMYK 0 0.47 0.05 0.18
HSL 306.67º 0.52% 0.63% -
HSV(B) 306.67º 0.47% 0.82% -
XYZ 42.06 28.78 56.77 -
YUV 149.63 155.3 170.34 -
System Red Green Blue C M Y K H S L
Decimal 209 110 198 0 0.47 0.05 0.18 306.67 0.52 0.63
Hex D1 6E C6 0 2F 5 12 133 34 3F
Octal 321 156 306 0 57 5 22 463 64 77
Binary 11010001 1101110 11000110 0 101111 101 10010 100110011 110100 111111

Color Harmonies of #D16EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16EC6

Black with #D16EC6

Text Example


Text Example

White with #D16EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16EC6; }

 p { color: rgb(209,110,198); }

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

background-color css

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

 a { background-color: rgb(209,110,198); }

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

border-color css

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

 span { border-color: rgb(209,110,198); }

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