#C779D0

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

Shades of Orchid #C779D0

Tints of Orchid #C779D0

Color information

#C779D0 (or 0xC779D0) is unknown color: approx Orchid. HEX triplet: C7, 79 and D0. RGB value is (199,121,208). Sum of RGB (Red+Green+Blue) = 199+121+208=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 121 (47.66% from 255 or 22.92% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 208 - color contains mainly: blue. Hex color #C779D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C779D0 is #38862F. Grayscale: #999999. Windows color (decimal): -3704368 or 13662663. OLE color: 13662663.

HSL color Cylindrical-coordinate representation of color #C779D0: hue angle of 293.79º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C779D0 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB199121208-
CMYK0.040.4200.18
HSL293.79º48.07%64.51%-
HSV(B)293.79º41.83%81.57%-
XYZ41.7830.3763.33-
YUV154.24158.34159.93-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.69%
GREEN value IS 121 (47.66% from 255) = 22.92%
BLUE value IS 208 (81.64% from 255) = 39.39%
R=37.69%
G=22.92%
B=39.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1991212080.040.4200.18293.7948.0764.51
HexC779D042A0121263041
Octal30717132045202244660101
Binary110001111111001110100001001010100100101001001101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C779D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C779D0; }

 p { color: rgb(199,121,208); }

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

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

 a { background-color: rgb(199,121,208); }

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

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

 span { border-color: rgb(199,121,208); }

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