#C376DE

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

Shades of Orchid #C376DE

Tints of Orchid #C376DE

Color information

#C376DE (or 0xC376DE) is unknown color: approx Orchid. HEX triplet: C3, 76 and DE. RGB value is (195,118,222). Sum of RGB (Red+Green+Blue) = 195+118+222=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #C376DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C376DE is #3C8921. Grayscale: #989898. Windows color (decimal): -3967266 or 14579395. OLE color: 14579395.

HSL color Cylindrical-coordinate representation of color #C376DE: hue angle of 284.42º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C376DE is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195118222-
CMYK0.120.4700.13
HSL284.42º61.18%66.67%-
HSV(B)284.42º46.85%87.06%-
XYZ42.1729.8372.64-
YUV152.88167.01158.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.45%
GREEN value IS 118 (46.48% from 255) = 22.06%
BLUE value IS 222 (87.11% from 255) = 41.50%
R=36.45%
G=22.06%
B=41.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951182220.120.4700.13284.4261.1866.67
HexC376DEC2F0D11c3d43
Octal303166336145701543475103
Binary110000111110110110111101100101111011011000111001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C376DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C376DE; }

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

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

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

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

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

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

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

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