#DA71CC

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

Shades of Orchid #DA71CC

Tints of Orchid #DA71CC

Color information

#DA71CC (or 0xDA71CC) is unknown color: approx Orchid. HEX triplet: DA, 71 and CC. RGB value is (218,113,204). Sum of RGB (Red+Green+Blue) = 218+113+204=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA71CC is #258E33. Grayscale: #9A9A9A. Windows color (decimal): -2461236 or 13398490. OLE color: 13398490.

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

Color convert

RGB218113204-
CMYK00.480.060.15
HSL308º58.66%64.9%-
HSV(B)308º48.17%85.49%-
XYZ45.7231.0860.72-
YUV154.77155.79173.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.75%
GREEN value IS 113 (44.53% from 255) = 21.12%
BLUE value IS 204 (80.08% from 255) = 38.13%
R=40.75%
G=21.12%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811320400.480.060.1530858.6664.9
HexDA71CC0306F1343b41
Octal33216131406061746473101
Binary11011010111000111001100011000011011111001101001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA71CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA71CC; }

 p { color: rgb(218,113,204); }

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

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

 a { background-color: rgb(218,113,204); }

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

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

 span { border-color: rgb(218,113,204); }

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