#DA79CB

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

Shades of Orchid #DA79CB

Tints of Orchid #DA79CB

Color information

#DA79CB (or 0xDA79CB) is unknown color: approx Orchid. HEX triplet: DA, 79 and CB. RGB value is (218,121,203). Sum of RGB (Red+Green+Blue) = 218+121+203=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 121 (47.66% from 255 or 22.32% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DA79CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA79CB is #258634. Grayscale: #9F9F9F. Windows color (decimal): -2459189 or 13335002. OLE color: 13335002.

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

Color convert

RGB218121203-
CMYK00.440.070.15
HSL309.28º56.73%66.47%-
HSV(B)309.28º44.5%85.49%-
XYZ46.5332.8960.4-
YUV159.35152.64169.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.22%
GREEN value IS 121 (47.66% from 255) = 22.32%
BLUE value IS 203 (79.69% from 255) = 37.45%
R=40.22%
G=22.32%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812120300.440.070.15309.2856.7366.47
HexDA79CB02C7F1353942
Octal33217131305471746571102
Binary11011010111100111001011010110011111111001101011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA79CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA79CB; }

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

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

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

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

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

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

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

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