#DA7FC9

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

Shades of Orchid #DA7FC9

Tints of Orchid #DA7FC9

Color information

#DA7FC9 (or 0xDA7FC9) is unknown color: approx Orchid. HEX triplet: DA, 7F and C9. RGB value is (218,127,201). Sum of RGB (Red+Green+Blue) = 218+127+201=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FC9 is #258036. Grayscale: #A2A2A2. Windows color (decimal): -2457655 or 13205466. OLE color: 13205466.

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

Color convert

RGB218127201-
CMYK00.420.080.15
HSL311.21º55.15%67.65%-
HSV(B)311.21º41.74%85.49%-
XYZ47.0534.359.4-
YUV162.64149.65167.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.93%
GREEN value IS 127 (50% from 255) = 23.26%
BLUE value IS 201 (78.91% from 255) = 36.81%
R=39.93%
G=23.26%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812720100.420.080.15311.2155.1567.65
HexDA7FC902A8F1373744
Octal332177311052101746767104
Binary110110101111111110010010101010100011111001101111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7FC9; }

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

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

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

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

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

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

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

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