#DA6ADC

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

Shades of Orchid #DA6ADC

Tints of Orchid #DA6ADC

Color information

#DA6ADC (or 0xDA6ADC) is unknown color: approx Orchid. HEX triplet: DA, 6A and DC. RGB value is (218,106,220). Sum of RGB (Red+Green+Blue) = 218+106+220=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA6ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6ADC is #259523. Grayscale: #989898. Windows color (decimal): -2463012 or 14445274. OLE color: 14445274.

HSL color Cylindrical-coordinate representation of color #DA6ADC: hue angle of 298.95º degrees, saturation: 0.62, 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 #DA6ADC is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218106220-
CMYK0.010.5200.14
HSL298.95º61.96%63.92%-
HSV(B)298.95º51.82%86.27%-
XYZ46.9930.3871.1-
YUV152.48166.11174.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.07%
GREEN value IS 106 (41.80% from 255) = 19.49%
BLUE value IS 220 (86.33% from 255) = 40.44%
R=40.07%
G=19.49%
B=40.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181062200.010.5200.14298.9561.9663.92
HexDA6ADC1340E12b3e40
Octal33215233416401645376100
Binary110110101101010110111001110100011101001010111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6ADC; }

 p { color: rgb(218,106,220); }

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

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

 a { background-color: rgb(218,106,220); }

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

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

 span { border-color: rgb(218,106,220); }

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