#C36AE4

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

Shades of Medium Orchid #C36AE4

Tints of Medium Orchid #C36AE4

Color information

#C36AE4 (or 0xC36AE4) is unknown color: approx Medium Orchid. HEX triplet: C3, 6A and E4. RGB value is (195,106,228). Sum of RGB (Red+Green+Blue) = 195+106+228=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 228 (89.45% from 255 or 43.10% from 529); Max value from RGB is 228 - color contains mainly: blue. Hex color #C36AE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36AE4 is #3C951B. Grayscale: #929292. Windows color (decimal): -3970332 or 14969539. OLE color: 14969539.

HSL color Cylindrical-coordinate representation of color #C36AE4: hue angle of 283.77º degrees, saturation: 0.69, 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 #C36AE4 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB195106228-
CMYK0.140.5400.11
HSL283.77º69.32%65.49%-
HSV(B)283.77º53.51%89.41%-
XYZ41.6627.5176.51-
YUV146.52173.99162.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.86%
GREEN value IS 106 (41.80% from 255) = 20.04%
BLUE value IS 228 (89.45% from 255) = 43.10%
R=36.86%
G=20.04%
B=43.10%

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
Decimal1951062280.140.5400.11283.7769.3265.49
HexC36AE4E360B11c4541
Octal3031523441666013434105101
Binary1100001111010101110010011101101100101110001110010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36AE4; }

 p { color: rgb(195,106,228); }

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

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

 a { background-color: rgb(195,106,228); }

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

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

 span { border-color: rgb(195,106,228); }

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