#C779C4

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

Shades of Orchid #C779C4

Tints of Orchid #C779C4

Color information

#C779C4 (or 0xC779C4) is unknown color: approx Orchid. HEX triplet: C7, 79 and C4. RGB value is (199,121,196). Sum of RGB (Red+Green+Blue) = 199+121+196=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 199 - color contains mainly: red. Hex color #C779C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C779C4 is #38863B. Grayscale: #989898. Windows color (decimal): -3704380 or 12876231. OLE color: 12876231.

HSL color Cylindrical-coordinate representation of color #C779C4: hue angle of 302.31º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C779C4 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB199121196-
CMYK00.390.020.22
HSL302.31º41.05%62.75%-
HSV(B)302.31º39.2%78.04%-
XYZ40.3529.855.85-
YUV152.87152.34160.9-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.57%
GREEN value IS 121 (47.66% from 255) = 23.45%
BLUE value IS 196 (76.95% from 255) = 37.98%
R=38.57%
G=23.45%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912119600.390.020.22302.3141.0562.75
HexC779C402721612e293f
Octal3071713040472264565177
Binary1100011111110011100010001001111010110100101110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C779C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C779C4; }

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

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

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

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

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

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

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

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