#DA6FC5

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

Shades of Orchid #DA6FC5

Tints of Orchid #DA6FC5

Color information

#DA6FC5 (or 0xDA6FC5) is unknown color: approx Orchid. HEX triplet: DA, 6F and C5. RGB value is (218,111,197). Sum of RGB (Red+Green+Blue) = 218+111+197=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6FC5 is #25903A. Grayscale: #989898. Windows color (decimal): -2461755 or 12939226. OLE color: 12939226.

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

Color convert

RGB218111197-
CMYK00.490.100.15
HSL311.78º59.12%64.51%-
HSV(B)311.78º49.08%85.49%-
XYZ44.6830.3156.32-
YUV152.8152.95174.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.44%
GREEN value IS 111 (43.75% from 255) = 21.10%
BLUE value IS 197 (77.34% from 255) = 37.45%
R=41.44%
G=21.10%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811119700.490.100.15311.7859.1264.51
HexDA6FC5031AF1383b41
Octal332157305061121747073101
Binary110110101101111110001010110001101011111001110001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6FC5; }

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

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

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

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

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

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

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

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