#DA66C7

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

Shades of Orchid #DA66C7

Tints of Orchid #DA66C7

Color information

#DA66C7 (or 0xDA66C7) is unknown color: approx Orchid. HEX triplet: DA, 66 and C7. RGB value is (218,102,199). Sum of RGB (Red+Green+Blue) = 218+102+199=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 102 (40.23% from 255 or 19.65% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA66C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA66C7 is #259938. Grayscale: #939393. Windows color (decimal): -2464057 or 13067994. OLE color: 13067994.

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

Color convert

RGB218102199-
CMYK00.530.090.15
HSL309.83º61.05%62.75%-
HSV(B)309.83º53.21%85.49%-
XYZ43.9728.5357.22-
YUV147.74156.93178.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.00%
GREEN value IS 102 (40.23% from 255) = 19.65%
BLUE value IS 199 (78.12% from 255) = 38.34%
R=42.00%
G=19.65%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810219900.530.090.15309.8361.0562.75
HexDA66C70359F1363d3f
Octal33214630706511174667577
Binary11011010110011011000111011010110011111100110110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA66C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA66C7; }

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

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

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

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

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

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

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

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