#DA7CC2

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

Shades of Orchid #DA7CC2

Tints of Orchid #DA7CC2

Color information

#DA7CC2 (or 0xDA7CC2) is unknown color: approx Orchid. HEX triplet: DA, 7C and C2. RGB value is (218,124,194). Sum of RGB (Red+Green+Blue) = 218+124+194=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7CC2 is #25833D. Grayscale: #9F9F9F. Windows color (decimal): -2458430 or 12745946. OLE color: 12745946.

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

Color convert

RGB218124194-
CMYK00.430.110.15
HSL315.32º55.95%67.06%-
HSV(B)315.32º43.12%85.49%-
XYZ45.8633.2255.03-
YUV160.09147.14169.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.67%
GREEN value IS 124 (48.83% from 255) = 23.13%
BLUE value IS 194 (76.17% from 255) = 36.19%
R=40.67%
G=23.13%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812419400.430.110.15315.3255.9567.06
HexDA7CC202BBF13b3843
Octal332174302053131747370103
Binary110110101111100110000100101011101111111001110111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7CC2; }

 p { color: rgb(218,124,194); }

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

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

 a { background-color: rgb(218,124,194); }

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

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

 span { border-color: rgb(218,124,194); }

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