#DB67DC

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

Shades of Orchid #DB67DC

Tints of Orchid #DB67DC

Color information

#DB67DC (or 0xDB67DC) is unknown color: approx Orchid. HEX triplet: DB, 67 and DC. RGB value is (219,103,220). Sum of RGB (Red+Green+Blue) = 219+103+220=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 103 (40.62% from 255 or 19.00% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB67DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB67DC is #249823. Grayscale: #969696. Windows color (decimal): -2398244 or 14444507. OLE color: 14444507.

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

Color convert

RGB219103220-
CMYK0.000.5300.14
HSL299.49º62.57%63.33%-
HSV(B)299.49º53.18%86.27%-
XYZ46.9829.9371.01-
YUV151.02166.93176.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.41%
GREEN value IS 103 (40.62% from 255) = 19.00%
BLUE value IS 220 (86.33% from 255) = 40.59%
R=40.41%
G=19.00%
B=40.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191032200.000.5300.14299.4962.5763.33
HexDB67DC0350E12b3f3f
Octal3331473340650164537777
Binary11011011110011111011100011010101110100101011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB67DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB67DC; }

 p { color: rgb(219,103,220); }

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

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

 a { background-color: rgb(219,103,220); }

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

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

 span { border-color: rgb(219,103,220); }

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