#C776CF

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

Shades of Orchid #C776CF

Tints of Orchid #C776CF

Color information

#C776CF (or 0xC776CF) is unknown color: approx Orchid. HEX triplet: C7, 76 and CF. RGB value is (199,118,207). Sum of RGB (Red+Green+Blue) = 199+118+207=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #C776CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C776CF is #388930. Grayscale: #989898. Windows color (decimal): -3705137 or 13596359. OLE color: 13596359.

HSL color Cylindrical-coordinate representation of color #C776CF: hue angle of 294.61º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C776CF is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB199118207-
CMYK0.040.4300.19
HSL294.61º48.11%63.73%-
HSV(B)294.61º43%81.18%-
XYZ41.2929.662.57-
YUV152.36158.84161.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.98%
GREEN value IS 118 (46.48% from 255) = 22.52%
BLUE value IS 207 (81.25% from 255) = 39.50%
R=37.98%
G=22.52%
B=39.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1991182070.040.4300.19294.6148.1163.73
HexC776CF42B0131273040
Octal30716631745302344760100
Binary110001111110110110011111001010110100111001001111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C776CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C776CF; }

 p { color: rgb(199,118,207); }

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

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

 a { background-color: rgb(199,118,207); }

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

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

 span { border-color: rgb(199,118,207); }

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