#DA7FC1

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

Shades of Orchid #DA7FC1

Tints of Orchid #DA7FC1

Color information

#DA7FC1 (or 0xDA7FC1) is unknown color: approx Orchid. HEX triplet: DA, 7F and C1. RGB value is (218,127,193). Sum of RGB (Red+Green+Blue) = 218+127+193=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FC1 is #25803E. Grayscale: #A1A1A1. Windows color (decimal): -2457663 or 12681178. OLE color: 12681178.

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

Color convert

RGB218127193-
CMYK00.420.110.15
HSL316.48º55.15%67.65%-
HSV(B)316.48º41.74%85.49%-
XYZ46.1333.9354.57-
YUV161.73145.65168.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.52%
GREEN value IS 127 (50% from 255) = 23.61%
BLUE value IS 193 (75.78% from 255) = 35.87%
R=40.52%
G=23.61%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812719300.420.110.15316.4855.1567.65
HexDA7FC102ABF13c3744
Octal332177301052131747467104
Binary110110101111111110000010101010101111111001111001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7FC1; }

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

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

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

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

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

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

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

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