#C377CE

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

Shades of Orchid #C377CE

Tints of Orchid #C377CE

Color information

#C377CE (or 0xC377CE) is unknown color: approx Orchid. HEX triplet: C3, 77 and CE. RGB value is (195,119,206). Sum of RGB (Red+Green+Blue) = 195+119+206=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #C377CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377CE is #3C8831. Grayscale: #979797. Windows color (decimal): -3967026 or 13531075. OLE color: 13531075.

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

Color convert

RGB195119206-
CMYK0.050.4200.19
HSL292.41º47.03%63.73%-
HSV(B)292.41º42.23%80.78%-
XYZ40.2429.2561.92-
YUV151.64158.68158.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.5%
GREEN value IS 119 (46.88% from 255) = 22.88%
BLUE value IS 206 (80.86% from 255) = 39.62%
R=37.5%
G=22.88%
B=39.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951192060.050.4200.19292.4147.0363.73
HexC377CE52A0131242f40
Octal30316731655202344457100
Binary110000111110111110011101011010100100111001001001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C377CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C377CE; }

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

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

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

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

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

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

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

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