#c377e0

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

Shades of Orchid #C377E0

Tints of Orchid #C377E0

Color information

#C377E0 (or 0xC377E0) is unknown color: approx Orchid. HEX triplet: C3, 77 and E0. RGB value is (195,119,224). Sum of RGB (Red+Green+Blue) = 195+119+224=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #C377E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377E0 is #3C881F. Grayscale: #999999. Windows color (decimal): -3967008 or 14710723. OLE color: 14710723.

HSL color Cylindrical-coordinate representation of color #C377E0: hue angle of 283.43º 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 #C377E0 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB195119224-
CMYK0.130.4700.12
HSL283.43º62.87%67.25%-
HSV(B)283.43º46.88%87.84%-
XYZ42.5630.1874.1-
YUV153.69167.68157.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.25%
GREEN value IS 119 (46.88% from 255) = 22.12%
BLUE value IS 224 (87.89% from 255) = 41.64%
R=36.25%
G=22.12%
B=41.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1951192240.130.4700.12283.4362.8767.25
HexC377E0D2F0C11b3f43
Octal303167340155701443377103
Binary110000111110111111000001101101111011001000110111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c377e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c377e0; }

 p { color: rgb(195,119,224); }

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

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

 a { background-color: rgb(195,119,224); }

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

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

 span { border-color: rgb(195,119,224); }

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