#DA66BD

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

Shades of Orchid #DA66BD

Tints of Orchid #DA66BD

Color information

#DA66BD (or 0xDA66BD) is unknown color: approx Orchid. HEX triplet: DA, 66 and BD. RGB value is (218,102,189). Sum of RGB (Red+Green+Blue) = 218+102+189=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DA66BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA66BD is #259942. Grayscale: #929292. Windows color (decimal): -2464067 or 12412634. OLE color: 12412634.

HSL color Cylindrical-coordinate representation of color #DA66BD: hue angle of 315º 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 #DA66BD is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB218102189-
CMYK00.530.130.15
HSL315º61.05%62.75%-
HSV(B)315º53.21%85.49%-
XYZ42.8528.0851.31-
YUV146.6151.93178.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.83%
GREEN value IS 102 (40.23% from 255) = 20.04%
BLUE value IS 189 (74.22% from 255) = 37.13%
R=42.83%
G=20.04%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810218900.530.130.1531561.0562.75
HexDA66BD035DF13b3d3f
Octal33214627506515174737577
Binary11011010110011010111101011010111011111100111011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA66BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA66BD; }

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

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

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

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

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

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

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

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