#C367E1

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

Shades of Medium Orchid #C367E1

Tints of Medium Orchid #C367E1

Color information

#C367E1 (or 0xC367E1) is unknown color: approx Medium Orchid. HEX triplet: C3, 67 and E1. RGB value is (195,103,225). Sum of RGB (Red+Green+Blue) = 195+103+225=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 103 (40.62% from 255 or 19.69% from 523); Blue value is 225 (88.28% from 255 or 43.02% from 523); Max value from RGB is 225 - color contains mainly: blue. Hex color #C367E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C367E1 is #3C981E. Grayscale: #909090. Windows color (decimal): -3971103 or 14772163. OLE color: 14772163.

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

Color convert

RGB195103225-
CMYK0.130.5400.12
HSL285.25º67.03%64.31%-
HSV(B)285.25º54.22%88.24%-
XYZ40.9526.7474.24-
YUV144.42173.48164.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.28%
GREEN value IS 103 (40.62% from 255) = 19.69%
BLUE value IS 225 (88.28% from 255) = 43.02%
R=37.28%
G=19.69%
B=43.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1951032250.130.5400.12285.2567.0364.31
HexC367E1D360C11d4340
Octal3031473411566014435103100
Binary1100001111001111110000111011101100110010001110110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C367E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C367E1; }

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

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

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

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

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

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

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

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