#D66FBC

Color #D66FBC Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D66FBC

Tints of Orchid #D66FBC

Color information

#D66FBC (or 0xD66FBC) is unknown color: approx Orchid. HEX triplet: D6, 6F and BC. RGB value is (214,111,188). Sum of RGB (Red+Green+Blue) = 214+111+188=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D66FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66FBC is #299043. Grayscale: #969696. Windows color (decimal): -2723908 or 12349398. OLE color: 12349398.

HSL color Cylindrical-coordinate representation of color #D66FBC: hue angle of 315.15º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D66FBC is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB214111188-
CMYK00.480.120.16
HSL315.15º55.68%63.73%-
HSV(B)315.15º48.13%83.92%-
XYZ42.4929.350.99-
YUV150.57149.12173.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.72%
GREEN value IS 111 (43.75% from 255) = 21.64%
BLUE value IS 188 (73.83% from 255) = 36.65%
R=41.72%
G=21.64%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411118800.480.120.16315.1555.6863.73
HexD66FBC030C1013b3840
Octal326157274060142047370100
Binary1101011011011111011110001100001100100001001110111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66FBC; }

 p { color: rgb(214,111,188); }

 H1.HeaderClassName
 {
   color: #D66FBC;
 }
 .AnyTagClassName
 {
   color: #D66FBC;
 }
</style>
background-color css

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

 a { background-color: rgb(214,111,188); }

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

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

 span { border-color: rgb(214,111,188); }

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