#DB70C8

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

Shades of Orchid #DB70C8

Tints of Orchid #DB70C8

Color information

#DB70C8 (or 0xDB70C8) is unknown color: approx Orchid. HEX triplet: DB, 70 and C8. RGB value is (219,112,200). Sum of RGB (Red+Green+Blue) = 219+112+200=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70C8 is #248F37. Grayscale: #999999. Windows color (decimal): -2395960 or 13136091. OLE color: 13136091.

HSL color Cylindrical-coordinate representation of color #DB70C8: hue angle of 310.65º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB70C8 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB219112200-
CMYK00.490.090.14
HSL310.65º59.78%64.9%-
HSV(B)310.65º48.86%85.88%-
XYZ45.4330.8258.2-
YUV154.02153.95174.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.24%
GREEN value IS 112 (44.14% from 255) = 21.09%
BLUE value IS 200 (78.52% from 255) = 37.66%
R=41.24%
G=21.09%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911220000.490.090.14310.6559.7864.9
HexDB70C80319E1373c41
Octal333160310061111646774101
Binary110110111110000110010000110001100111101001101111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB70C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB70C8; }

 p { color: rgb(219,112,200); }

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

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

 a { background-color: rgb(219,112,200); }

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

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

 span { border-color: rgb(219,112,200); }

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