#C367E2

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

Shades of Medium Orchid #C367E2

Tints of Medium Orchid #C367E2

Color information

#C367E2 (or 0xC367E2) is unknown color: approx Medium Orchid. HEX triplet: C3, 67 and E2. RGB value is (195,103,226). Sum of RGB (Red+Green+Blue) = 195+103+226=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 226 (88.67% from 255 or 43.13% from 524); Max value from RGB is 226 - color contains mainly: blue. Hex color #C367E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C367E2 is #3C981D. Grayscale: #909090. Windows color (decimal): -3971102 or 14837699. OLE color: 14837699.

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

Color convert

RGB195103226-
CMYK0.140.5400.11
HSL284.88º67.96%64.51%-
HSV(B)284.88º54.42%88.63%-
XYZ41.0826.7974.96-
YUV144.53173.98164-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.21%
GREEN value IS 103 (40.62% from 255) = 19.66%
BLUE value IS 226 (88.67% from 255) = 43.13%
R=37.21%
G=19.66%
B=43.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1951032260.140.5400.11284.8867.9664.51
HexC367E2E360B11d4441
Octal3031473421666013435104101
Binary1100001111001111110001011101101100101110001110110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C367E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C367E2; }

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

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

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

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

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

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

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

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