#D967BB

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

Shades of Orchid #D967BB

Tints of Orchid #D967BB

Color information

#D967BB (or 0xD967BB) is unknown color: approx Orchid. HEX triplet: D9, 67 and BB. RGB value is (217,103,187). Sum of RGB (Red+Green+Blue) = 217+103+187=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D967BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D967BB is #269844. Grayscale: #929292. Windows color (decimal): -2529349 or 12281817. OLE color: 12281817.

HSL color Cylindrical-coordinate representation of color #D967BB: hue angle of 315.79º 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 #D967BB is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB217103187-
CMYK00.530.140.15
HSL315.79º60%62.75%-
HSV(B)315.79º52.53%85.1%-
XYZ42.4428.0450.19-
YUV146.66150.77178.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.80%
GREEN value IS 103 (40.62% from 255) = 20.32%
BLUE value IS 187 (73.44% from 255) = 36.88%
R=42.80%
G=20.32%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710318700.530.140.15315.796062.75
HexD967BB035EF13c3c3f
Octal33114727306516174747477
Binary11011001110011110111011011010111101111100111100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D967BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D967BB; }

 p { color: rgb(217,103,187); }

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

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

 a { background-color: rgb(217,103,187); }

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

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

 span { border-color: rgb(217,103,187); }

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