#DA66CD

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

Shades of Orchid #DA66CD

Tints of Orchid #DA66CD

Color information

#DA66CD (or 0xDA66CD) is unknown color: approx Orchid. HEX triplet: DA, 66 and CD. RGB value is (218,102,205). Sum of RGB (Red+Green+Blue) = 218+102+205=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DA66CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA66CD is #259932. Grayscale: #949494. Windows color (decimal): -2464051 or 13461210. OLE color: 13461210.

HSL color Cylindrical-coordinate representation of color #DA66CD: hue angle of 306.72º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA66CD is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218102205-
CMYK00.530.060.15
HSL306.72º61.05%62.75%-
HSV(B)306.72º53.21%85.49%-
XYZ44.6828.8260.96-
YUV148.43159.93177.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.52%
GREEN value IS 102 (40.23% from 255) = 19.43%
BLUE value IS 205 (80.47% from 255) = 39.05%
R=41.52%
G=19.43%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810220500.530.060.15306.7261.0562.75
HexDA66CD0356F1333d3f
Octal3321463150656174637577
Binary1101101011001101100110101101011101111100110011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA66CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA66CD; }

 p { color: rgb(218,102,205); }

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

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

 a { background-color: rgb(218,102,205); }

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

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

 span { border-color: rgb(218,102,205); }

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