#C377C4

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

Shades of Orchid #C377C4

Tints of Orchid #C377C4

Color information

#C377C4 (or 0xC377C4) is unknown color: approx Orchid. HEX triplet: C3, 77 and C4. RGB value is (195,119,196). Sum of RGB (Red+Green+Blue) = 195+119+196=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 196 (76.95% from 255 or 38.43% from 510); Max value from RGB is 196 - color contains mainly: blue. Hex color #C377C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377C4 is #3C883B. Grayscale: #969696. Windows color (decimal): -3967036 or 12875715. OLE color: 12875715.

HSL color Cylindrical-coordinate representation of color #C377C4: hue angle of 299.22º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C377C4 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB195119196-
CMYK0.010.3900.23
HSL299.22º39.49%61.76%-
HSV(B)299.22º39.29%76.86%-
XYZ39.0728.7855.72-
YUV150.5153.68159.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.24%
GREEN value IS 119 (46.88% from 255) = 23.33%
BLUE value IS 196 (76.95% from 255) = 38.43%
R=38.24%
G=23.33%
B=38.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1951191960.010.3900.23299.2239.4961.76
HexC377C412701712b273e
Octal3031673041470274534776
Binary110000111110111110001001100111010111100101011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C377C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C377C4; }

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

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

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

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

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

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

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

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