#C777E4

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

Shades of Orchid #C777E4

Tints of Orchid #C777E4

Color information

#C777E4 (or 0xC777E4) is unknown color: approx Orchid. HEX triplet: C7, 77 and E4. RGB value is (199,119,228). Sum of RGB (Red+Green+Blue) = 199+119+228=546 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.45% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 228 (89.45% from 255 or 41.76% from 546); Max value from RGB is 228 - color contains mainly: blue. Hex color #C777E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C777E4 is #38881B. Grayscale: #9A9A9A. Windows color (decimal): -3704860 or 14972871. OLE color: 14972871.

HSL color Cylindrical-coordinate representation of color #C777E4: hue angle of 284.04º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C777E4 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB199119228-
CMYK0.130.4800.11
HSL284.04º66.87%68.04%-
HSV(B)284.04º47.81%89.41%-
XYZ44.1530.9477.04-
YUV155.35169159.14-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.45%
GREEN value IS 119 (46.88% from 255) = 21.79%
BLUE value IS 228 (89.45% from 255) = 41.76%
R=36.45%
G=21.79%
B=41.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1991192280.130.4800.11284.0466.8768.04
HexC777E4D300B11c4344
Octal3071673441560013434103104
Binary1100011111101111110010011011100000101110001110010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C777E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C777E4; }

 p { color: rgb(199,119,228); }

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

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

 a { background-color: rgb(199,119,228); }

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

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

 span { border-color: rgb(199,119,228); }

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