#C376C4

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

Shades of Orchid #C376C4

Tints of Orchid #C376C4

Color information

#C376C4 (or 0xC376C4) is unknown color: approx Orchid. HEX triplet: C3, 76 and C4. RGB value is (195,118,196). Sum of RGB (Red+Green+Blue) = 195+118+196=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 196 - color contains mainly: blue. Hex color #C376C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C376C4 is #3C893B. Grayscale: #959595. Windows color (decimal): -3967292 or 12875459. OLE color: 12875459.

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

Color convert

RGB195118196-
CMYK0.010.4000.23
HSL299.23º39.8%61.57%-
HSV(B)299.23º39.8%76.86%-
XYZ38.9528.5455.68-
YUV149.92154.01160.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.31%
GREEN value IS 118 (46.48% from 255) = 23.18%
BLUE value IS 196 (76.95% from 255) = 38.51%
R=38.31%
G=23.18%
B=38.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1951181960.010.4000.23299.2339.861.57
HexC376C412801712b283e
Octal3031663041500274535076
Binary110000111110110110001001101000010111100101011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C376C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C376C4; }

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

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

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

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

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

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

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

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