#C362E5

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

Shades of Medium Orchid #C362E5

Tints of Medium Orchid #C362E5

Color information

#C362E5 (or 0xC362E5) is unknown color: approx Medium Orchid. HEX triplet: C3, 62 and E5. RGB value is (195,98,229). Sum of RGB (Red+Green+Blue) = 195+98+229=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 98 (38.67% from 255 or 18.77% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 229 - color contains mainly: blue. Hex color #C362E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C362E5 is #3C9D1A. Grayscale: #8D8D8D. Windows color (decimal): -3972379 or 15033027. OLE color: 15033027.

HSL color Cylindrical-coordinate representation of color #C362E5: hue angle of 284.43º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C362E5 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB19598229-
CMYK0.150.5700.10
HSL284.43º71.58%64.12%-
HSV(B)284.43º57.21%89.8%-
XYZ41.0225.9976.98-
YUV141.94177.14165.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.36%
GREEN value IS 98 (38.67% from 255) = 18.77%
BLUE value IS 229 (89.84% from 255) = 43.87%
R=37.36%
G=18.77%
B=43.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal195982290.150.5700.10284.4371.5864.12
HexC362E5F390A11c4840
Octal3031423451771012434110100
Binary1100001111000101110010111111110010101010001110010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C362E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C362E5; }

 p { color: rgb(195,98,229); }

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

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

 a { background-color: rgb(195,98,229); }

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

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

 span { border-color: rgb(195,98,229); }

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