#D966BE

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

Shades of Orchid #D966BE

Tints of Orchid #D966BE

Color information

#D966BE (or 0xD966BE) is unknown color: approx Orchid. HEX triplet: D9, 66 and BE. RGB value is (217,102,190). Sum of RGB (Red+Green+Blue) = 217+102+190=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D966BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966BE is #269941. Grayscale: #929292. Windows color (decimal): -2529602 or 12478169. OLE color: 12478169.

HSL color Cylindrical-coordinate representation of color #D966BE: hue angle of 314.09º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D966BE is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB217102190-
CMYK00.530.120.15
HSL314.09º60.21%62.55%-
HSV(B)314.09º53%85.1%-
XYZ42.6627.9751.87-
YUV146.42152.6178.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.63%
GREEN value IS 102 (40.23% from 255) = 20.04%
BLUE value IS 190 (74.61% from 255) = 37.33%
R=42.63%
G=20.04%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710219000.530.120.15314.0960.2162.55
HexD966BE035CF13a3c3f
Octal33114627606514174727477
Binary11011001110011010111110011010111001111100111010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D966BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D966BE; }

 p { color: rgb(217,102,190); }

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

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

 a { background-color: rgb(217,102,190); }

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

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

 span { border-color: rgb(217,102,190); }

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