#DA73CF

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

Shades of Orchid #DA73CF

Tints of Orchid #DA73CF

Color information

#DA73CF (or 0xDA73CF) is unknown color: approx Orchid. HEX triplet: DA, 73 and CF. RGB value is (218,115,207). Sum of RGB (Red+Green+Blue) = 218+115+207=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73CF is #258C30. Grayscale: #9C9C9C. Windows color (decimal): -2460721 or 13595610. OLE color: 13595610.

HSL color Cylindrical-coordinate representation of color #DA73CF: hue angle of 306.41º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA73CF is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB218115207-
CMYK00.470.050.15
HSL306.41º58.19%65.29%-
HSV(B)306.41º47.25%85.49%-
XYZ46.3131.6762.7-
YUV156.29156.62172.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 115 (45.31% from 255) = 21.30%
BLUE value IS 207 (81.25% from 255) = 38.33%
R=40.37%
G=21.30%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811520700.470.050.15306.4158.1965.29
HexDA73CF02F5F1323a41
Octal33216331705751746272101
Binary11011010111001111001111010111110111111001100101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA73CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA73CF; }

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

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

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

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

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

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

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

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