#C378E2

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

Shades of Orchid #C378E2

Tints of Orchid #C378E2

Color information

#C378E2 (or 0xC378E2) is unknown color: approx Orchid. HEX triplet: C3, 78 and E2. RGB value is (195,120,226). Sum of RGB (Red+Green+Blue) = 195+120+226=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 226 (88.67% from 255 or 41.77% from 541); Max value from RGB is 226 - color contains mainly: blue. Hex color #C378E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C378E2 is #3C871D. Grayscale: #9A9A9A. Windows color (decimal): -3966750 or 14842051. OLE color: 14842051.

HSL color Cylindrical-coordinate representation of color #C378E2: hue angle of 282.45º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C378E2 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB195120226-
CMYK0.140.4700.11
HSL282.45º64.63%67.84%-
HSV(B)282.45º46.9%88.63%-
XYZ42.9530.5375.58-
YUV154.51168.35156.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.04%
GREEN value IS 120 (47.27% from 255) = 22.18%
BLUE value IS 226 (88.67% from 255) = 41.77%
R=36.04%
G=22.18%
B=41.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1951202260.140.4700.11282.4564.6367.84
HexC378E2E2F0B11a4144
Octal3031703421657013432101104
Binary1100001111110001110001011101011110101110001101010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C378E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C378E2; }

 p { color: rgb(195,120,226); }

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

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

 a { background-color: rgb(195,120,226); }

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

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

 span { border-color: rgb(195,120,226); }

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