#DA70C1

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

Shades of Orchid #DA70C1

Tints of Orchid #DA70C1

Color information

#DA70C1 (or 0xDA70C1) is unknown color: approx Orchid. HEX triplet: DA, 70 and C1. RGB value is (218,112,193). Sum of RGB (Red+Green+Blue) = 218+112+193=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DA70C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA70C1 is #258F3E. Grayscale: #989898. Windows color (decimal): -2461503 or 12677338. OLE color: 12677338.

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

Color convert

RGB218112193-
CMYK00.490.110.15
HSL314.15º58.89%64.71%-
HSV(B)314.15º48.62%85.49%-
XYZ44.3330.3453.97-
YUV152.93150.62174.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.68%
GREEN value IS 112 (44.14% from 255) = 21.41%
BLUE value IS 193 (75.78% from 255) = 36.90%
R=41.68%
G=21.41%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811219300.490.110.15314.1558.8964.71
HexDA70C1031BF13a3b41
Octal332160301061131747273101
Binary110110101110000110000010110001101111111001110101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA70C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA70C1; }

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

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

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

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

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

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

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

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