#DA83D4

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

Shades of Orchid #DA83D4

Tints of Orchid #DA83D4

Color information

#DA83D4 (or 0xDA83D4) is unknown color: approx Orchid. HEX triplet: DA, 83 and D4. RGB value is (218,131,212). Sum of RGB (Red+Green+Blue) = 218+131+212=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 131 (51.56% from 255 or 23.35% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DA83D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA83D4 is #257C2B. Grayscale: #A6A6A6. Windows color (decimal): -2456620 or 13927386. OLE color: 13927386.

HSL color Cylindrical-coordinate representation of color #DA83D4: hue angle of 304.14º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA83D4 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB218131212-
CMYK00.400.030.15
HSL304.14º54.04%68.43%-
HSV(B)304.14º39.91%85.49%-
XYZ48.9135.8966.64-
YUV166.25153.82164.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.86%
GREEN value IS 131 (51.56% from 255) = 23.35%
BLUE value IS 212 (83.20% from 255) = 37.79%
R=38.86%
G=23.35%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813121200.400.030.15304.1454.0468.43
HexDA83D40283F1303644
Octal33220332405031746066104
Binary11011010100000111101010001010001111111001100001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA83D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA83D4; }

 p { color: rgb(218,131,212); }

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

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

 a { background-color: rgb(218,131,212); }

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

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

 span { border-color: rgb(218,131,212); }

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