#DA7ACD

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

Shades of Orchid #DA7ACD

Tints of Orchid #DA7ACD

Color information

#DA7ACD (or 0xDA7ACD) is unknown color: approx Orchid. HEX triplet: DA, 7A and CD. RGB value is (218,122,205). Sum of RGB (Red+Green+Blue) = 218+122+205=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7ACD is #258532. Grayscale: #9F9F9F. Windows color (decimal): -2458931 or 13466330. OLE color: 13466330.

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

Color convert

RGB218122205-
CMYK00.440.060.15
HSL308.12º56.47%66.67%-
HSV(B)308.12º44.04%85.49%-
XYZ46.8933.2361.7-
YUV160.17153.3169.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40%
GREEN value IS 122 (48.05% from 255) = 22.39%
BLUE value IS 205 (80.47% from 255) = 37.61%
R=40%
G=22.39%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812220500.440.060.15308.1256.4766.67
HexDA7ACD02C6F1343843
Octal33217231505461746470103
Binary11011010111101011001101010110011011111001101001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7ACD; }

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

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

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

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

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

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

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

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