#DA66C8

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

Shades of Orchid #DA66C8

Tints of Orchid #DA66C8

Color information

#DA66C8 (or 0xDA66C8) is unknown color: approx Orchid. HEX triplet: DA, 66 and C8. RGB value is (218,102,200). Sum of RGB (Red+Green+Blue) = 218+102+200=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DA66C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA66C8 is #259937. Grayscale: #939393. Windows color (decimal): -2464056 or 13133530. OLE color: 13133530.

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

Color convert

RGB218102200-
CMYK00.530.080.15
HSL309.31º61.05%62.75%-
HSV(B)309.31º53.21%85.49%-
XYZ44.0928.5857.84-
YUV147.86157.43178.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.92%
GREEN value IS 102 (40.23% from 255) = 19.62%
BLUE value IS 200 (78.52% from 255) = 38.46%
R=41.92%
G=19.62%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810220000.530.080.15309.3161.0562.75
HexDA66C80358F1353d3f
Octal33214631006510174657577
Binary11011010110011011001000011010110001111100110101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA66C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA66C8; }

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

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

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

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

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

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

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

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