#DB69BC

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

Shades of Orchid #DB69BC

Tints of Orchid #DB69BC

Color information

#DB69BC (or 0xDB69BC) is unknown color: approx Orchid. HEX triplet: DB, 69 and BC. RGB value is (219,105,188). Sum of RGB (Red+Green+Blue) = 219+105+188=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB69BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB69BC is #249643. Grayscale: #949494. Windows color (decimal): -2397764 or 12347867. OLE color: 12347867.

HSL color Cylindrical-coordinate representation of color #DB69BC: hue angle of 316.32º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB69BC is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB219105188-
CMYK00.520.140.14
HSL316.32º61.29%63.53%-
HSV(B)316.32º52.05%85.88%-
XYZ43.3428.7950.85-
YUV148.55150.27178.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.77%
GREEN value IS 105 (41.41% from 255) = 20.51%
BLUE value IS 188 (73.83% from 255) = 36.72%
R=42.77%
G=20.51%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910518800.520.140.14316.3261.2963.53
HexDB69BC034EE13c3d40
Octal333151274064161647475100
Binary110110111101001101111000110100111011101001111001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB69BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB69BC; }

 p { color: rgb(219,105,188); }

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

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

 a { background-color: rgb(219,105,188); }

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

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

 span { border-color: rgb(219,105,188); }

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