Html Css Color HEX #D16FC7 Orchid

📋 copy color: '#D16FC7'

red 209 ◦ green 111 ◦ blue 199

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

Shades of Orchid #D16FC7

Tints of Orchid #D16FC7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.39%

 BLUE value IS 199 (78.13% from 255) = 38.34%

R = 40.27%
G = 21.39%
B = 38.34%

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

#D16FC7 (or 0xD16FC7) is known color: Orchid. HEX triplet: D1, 6F and C7. RGB value is (209,111,199). Sum of RGB (Red+Green+Blue) = 209+111+199=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D16FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16FC7 is #2E9038. Grayscale: #969696. Windows color (decimal): -3051577 or 13070289. OLE color: 13070289.

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

Color convert

RGB 209 111 199 -
CMYK 0 0.47 0.05 0.18
HSL 306.12º 0.52% 0.63% -
HSV(B) 306.12º 0.47% 0.82% -
XYZ 42.29 29.05 57.41 -
YUV 150.33 155.47 169.84 -
System Red Green Blue C M Y K H S L
Decimal 209 111 199 0 0.47 0.05 0.18 306.12 0.52 0.63
Hex D1 6F C7 0 2F 5 12 132 34 3F
Octal 321 157 307 0 57 5 22 462 64 77
Binary 11010001 1101111 11000111 0 101111 101 10010 100110010 110100 111111

Color Harmonies of #D16FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16FC7

Black with #D16FC7

Text Example


Text Example

White with #D16FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16FC7; }

 p { color: rgb(209,111,199); }

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

background-color css

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

 a { background-color: rgb(209,111,199); }

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

border-color css

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

 span { border-color: rgb(209,111,199); }

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