#DA7ACF

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

Shades of Orchid #DA7ACF

Tints of Orchid #DA7ACF

Color information

#DA7ACF (or 0xDA7ACF) is unknown color: approx Orchid. HEX triplet: DA, 7A and CF. RGB value is (218,122,207). Sum of RGB (Red+Green+Blue) = 218+122+207=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7ACF is #258530. Grayscale: #A0A0A0. Windows color (decimal): -2458929 or 13597402. OLE color: 13597402.

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

Color convert

RGB218122207-
CMYK00.440.050.15
HSL306.88º56.47%66.67%-
HSV(B)306.88º44.04%85.49%-
XYZ47.1433.3362.98-
YUV160.39154.3169.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.85%
GREEN value IS 122 (48.05% from 255) = 22.30%
BLUE value IS 207 (81.25% from 255) = 37.84%
R=39.85%
G=22.30%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812220700.440.050.15306.8856.4766.67
HexDA7ACF02C5F1333843
Octal33217231705451746370103
Binary11011010111101011001111010110010111111001100111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7ACF; }

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

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

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

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

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

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

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

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