#DA7FC5

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

Shades of Orchid #DA7FC5

Tints of Orchid #DA7FC5

Color information

#DA7FC5 (or 0xDA7FC5) is unknown color: approx Orchid. HEX triplet: DA, 7F and C5. RGB value is (218,127,197). Sum of RGB (Red+Green+Blue) = 218+127+197=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FC5 is #25803A. Grayscale: #A2A2A2. Windows color (decimal): -2457659 or 12943322. OLE color: 12943322.

HSL color Cylindrical-coordinate representation of color #DA7FC5: hue angle of 313.85º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7FC5 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB218127197-
CMYK00.420.100.15
HSL313.85º55.15%67.65%-
HSV(B)313.85º41.74%85.49%-
XYZ46.5834.1256.95-
YUV162.19147.65167.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.22%
GREEN value IS 127 (50% from 255) = 23.43%
BLUE value IS 197 (77.34% from 255) = 36.35%
R=40.22%
G=23.43%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812719700.420.100.15313.8555.1567.65
HexDA7FC502AAF13a3744
Octal332177305052121747267104
Binary110110101111111110001010101010101011111001110101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7FC5; }

 p { color: rgb(218,127,197); }

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

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

 a { background-color: rgb(218,127,197); }

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

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

 span { border-color: rgb(218,127,197); }

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