#D969BA

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

Shades of Orchid #D969BA

Tints of Orchid #D969BA

Color information

#D969BA (or 0xD969BA) is unknown color: approx Orchid. HEX triplet: D9, 69 and BA. RGB value is (217,105,186). Sum of RGB (Red+Green+Blue) = 217+105+186=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D969BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969BA is #269645. Grayscale: #939393. Windows color (decimal): -2528838 or 12216793. OLE color: 12216793.

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

Color convert

RGB217105186-
CMYK00.520.140.15
HSL316.61º59.57%63.14%-
HSV(B)316.61º51.61%85.1%-
XYZ42.5328.449.69-
YUV147.72149.61177.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.72%
GREEN value IS 105 (41.41% from 255) = 20.67%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=42.72%
G=20.67%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710518600.520.140.15316.6159.5763.14
HexD969BA034EF13d3c3f
Octal33115127206416174757477
Binary11011001110100110111010011010011101111100111101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D969BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D969BA; }

 p { color: rgb(217,105,186); }

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

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

 a { background-color: rgb(217,105,186); }

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

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

 span { border-color: rgb(217,105,186); }

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