#DA6CDB

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

Shades of Orchid #DA6CDB

Tints of Orchid #DA6CDB

Color information

#DA6CDB (or 0xDA6CDB) is unknown color: approx Orchid. HEX triplet: DA, 6C and DB. RGB value is (218,108,219). Sum of RGB (Red+Green+Blue) = 218+108+219=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA6CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6CDB is #259324. Grayscale: #999999. Windows color (decimal): -2462501 or 14380250. OLE color: 14380250.

HSL color Cylindrical-coordinate representation of color #DA6CDB: hue angle of 299.46º 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 #DA6CDB is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218108219-
CMYK0.000.5100.14
HSL299.46º60.66%64.12%-
HSV(B)299.46º50.68%85.88%-
XYZ47.0630.7570.47-
YUV153.54164.94173.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40%
GREEN value IS 108 (42.58% from 255) = 19.82%
BLUE value IS 219 (85.94% from 255) = 40.18%
R=40%
G=19.82%
B=40.18%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181082190.000.5100.14299.4660.6664.12
HexDA6CDB0330E12b3d40
Octal33215433306301645375100
Binary110110101101100110110110110011011101001010111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6CDB; }

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

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

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

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

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

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

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

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