#DA79CE

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

Shades of Orchid #DA79CE

Tints of Orchid #DA79CE

Color information

#DA79CE (or 0xDA79CE) is unknown color: approx Orchid. HEX triplet: DA, 79 and CE. RGB value is (218,121,206). Sum of RGB (Red+Green+Blue) = 218+121+206=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DA79CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA79CE is #258631. Grayscale: #9F9F9F. Windows color (decimal): -2459186 or 13531610. OLE color: 13531610.

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

Color convert

RGB218121206-
CMYK00.440.060.15
HSL307.42º56.73%66.47%-
HSV(B)307.42º44.5%85.49%-
XYZ46.8933.0462.3-
YUV159.69154.14169.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40%
GREEN value IS 121 (47.66% from 255) = 22.20%
BLUE value IS 206 (80.86% from 255) = 37.80%
R=40%
G=22.20%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812120600.440.060.15307.4256.7366.47
HexDA79CE02C6F1333942
Octal33217131605461746371102
Binary11011010111100111001110010110011011111001100111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA79CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA79CE; }

 p { color: rgb(218,121,206); }

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

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

 a { background-color: rgb(218,121,206); }

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

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

 span { border-color: rgb(218,121,206); }

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