#C776E0

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

Shades of Orchid #C776E0

Tints of Orchid #C776E0

Color information

#C776E0 (or 0xC776E0) is unknown color: approx Orchid. HEX triplet: C7, 76 and E0. RGB value is (199,118,224). Sum of RGB (Red+Green+Blue) = 199+118+224=541 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.78% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #C776E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C776E0 is #38891F. Grayscale: #999999. Windows color (decimal): -3705120 or 14710471. OLE color: 14710471.

HSL color Cylindrical-coordinate representation of color #C776E0: hue angle of 285.85º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C776E0 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB199118224-
CMYK0.110.4700.12
HSL285.85º63.1%67.06%-
HSV(B)285.85º47.32%87.84%-
XYZ43.4930.4874.11-
YUV154.3167.34159.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.78%
GREEN value IS 118 (46.48% from 255) = 21.81%
BLUE value IS 224 (87.89% from 255) = 41.40%
R=36.78%
G=21.81%
B=41.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1991182240.110.4700.12285.8563.167.06
HexC776E0B2F0C11e3f43
Octal307166340135701443677103
Binary110001111110110111000001011101111011001000111101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C776E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C776E0; }

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

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

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

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

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

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

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

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