#C360E2

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

Shades of Medium Orchid #C360E2

Tints of Medium Orchid #C360E2

Color information

#C360E2 (or 0xC360E2) is unknown color: approx Medium Orchid. HEX triplet: C3, 60 and E2. RGB value is (195,96,226). Sum of RGB (Red+Green+Blue) = 195+96+226=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 96 (37.89% from 255 or 18.57% from 517); Blue value is 226 (88.67% from 255 or 43.71% from 517); Max value from RGB is 226 - color contains mainly: blue. Hex color #C360E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C360E2 is #3C9F1D. Grayscale: #8C8C8C. Windows color (decimal): -3972894 or 14835907. OLE color: 14835907.

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

Color convert

RGB19596226-
CMYK0.140.5800.11
HSL285.69º69.15%63.14%-
HSV(B)285.69º57.52%88.63%-
XYZ40.4225.4674.74-
YUV140.42176.3166.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.72%
GREEN value IS 96 (37.89% from 255) = 18.57%
BLUE value IS 226 (88.67% from 255) = 43.71%
R=37.72%
G=18.57%
B=43.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal195962260.140.5800.11285.6969.1563.14
HexC360E2E3A0B11e453f
Octal303140342167201343610577
Binary110000111100000111000101110111010010111000111101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C360E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C360E2; }

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

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

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

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

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

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

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

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