#DA71CD

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

Shades of Orchid #DA71CD

Tints of Orchid #DA71CD

Color information

#DA71CD (or 0xDA71CD) is unknown color: approx Orchid. HEX triplet: DA, 71 and CD. RGB value is (218,113,205). Sum of RGB (Red+Green+Blue) = 218+113+205=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA71CD is #258E32. Grayscale: #9A9A9A. Windows color (decimal): -2461235 or 13464026. OLE color: 13464026.

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

Color convert

RGB218113205-
CMYK00.480.060.15
HSL307.43º58.66%64.9%-
HSV(B)307.43º48.17%85.49%-
XYZ45.8431.1261.35-
YUV154.88156.29173.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.67%
GREEN value IS 113 (44.53% from 255) = 21.08%
BLUE value IS 205 (80.47% from 255) = 38.25%
R=40.67%
G=21.08%
B=38.25%

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
Decimal21811320500.480.060.15307.4358.6664.9
HexDA71CD0306F1333b41
Octal33216131506061746373101
Binary11011010111000111001101011000011011111001100111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA71CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA71CD; }

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

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

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

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

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

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

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

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