#DA79CC

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

Shades of Orchid #DA79CC

Tints of Orchid #DA79CC

Color information

#DA79CC (or 0xDA79CC) is unknown color: approx Orchid. HEX triplet: DA, 79 and CC. RGB value is (218,121,204). Sum of RGB (Red+Green+Blue) = 218+121+204=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 121 (47.66% from 255 or 22.28% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DA79CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA79CC is #258633. Grayscale: #9F9F9F. Windows color (decimal): -2459188 or 13400538. OLE color: 13400538.

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

Color convert

RGB218121204-
CMYK00.440.060.15
HSL308.66º56.73%66.47%-
HSV(B)308.66º44.5%85.49%-
XYZ46.6532.9461.03-
YUV159.46153.14169.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.15%
GREEN value IS 121 (47.66% from 255) = 22.28%
BLUE value IS 204 (80.08% from 255) = 37.57%
R=40.15%
G=22.28%
B=37.57%

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
Decimal21812120400.440.060.15308.6656.7366.47
HexDA79CC02C6F1353942
Octal33217131405461746571102
Binary11011010111100111001100010110011011111001101011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA79CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA79CC; }

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

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

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

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

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

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

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

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