#D967BC

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

Shades of Orchid #D967BC

Tints of Orchid #D967BC

Color information

#D967BC (or 0xD967BC) is unknown color: approx Orchid. HEX triplet: D9, 67 and BC. RGB value is (217,103,188). Sum of RGB (Red+Green+Blue) = 217+103+188=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 103 (40.62% from 255 or 20.28% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D967BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D967BC is #269843. Grayscale: #929292. Windows color (decimal): -2529348 or 12347353. OLE color: 12347353.

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

Color convert

RGB217103188-
CMYK00.530.130.15
HSL315.26º60%62.75%-
HSV(B)315.26º52.53%85.1%-
XYZ42.5428.0850.76-
YUV146.78151.27178.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.72%
GREEN value IS 103 (40.62% from 255) = 20.28%
BLUE value IS 188 (73.83% from 255) = 37.01%
R=42.72%
G=20.28%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710318800.530.130.15315.266062.75
HexD967BC035DF13b3c3f
Octal33114727406515174737477
Binary11011001110011110111100011010111011111100111011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D967BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D967BC; }

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

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

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

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

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

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

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

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