#DB6CC8

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

Shades of Orchid #DB6CC8

Tints of Orchid #DB6CC8

Color information

#DB6CC8 (or 0xDB6CC8) is unknown color: approx Orchid. HEX triplet: DB, 6C and C8. RGB value is (219,108,200). Sum of RGB (Red+Green+Blue) = 219+108+200=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6CC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CC8 is #249337. Grayscale: #979797. Windows color (decimal): -2396984 or 13135067. OLE color: 13135067.

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

Color convert

RGB219108200-
CMYK00.510.090.14
HSL310.27º60.66%64.12%-
HSV(B)310.27º50.68%85.88%-
XYZ4529.9658.05-
YUV151.68155.27176.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.56%
GREEN value IS 108 (42.58% from 255) = 20.49%
BLUE value IS 200 (78.52% from 255) = 37.95%
R=41.56%
G=20.49%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910820000.510.090.14310.2760.6664.12
HexDB6CC80339E1363d40
Octal333154310063111646675100
Binary110110111101100110010000110011100111101001101101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6CC8; }

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

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

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

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

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

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

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

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