#C36ADA

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

Shades of Medium Orchid #C36ADA

Tints of Medium Orchid #C36ADA

Color information

#C36ADA (or 0xC36ADA) is unknown color: approx Medium Orchid. HEX triplet: C3, 6A and DA. RGB value is (195,106,218). Sum of RGB (Red+Green+Blue) = 195+106+218=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #C36ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36ADA is #3C9525. Grayscale: #919191. Windows color (decimal): -3970342 or 14314179. OLE color: 14314179.

HSL color Cylindrical-coordinate representation of color #C36ADA: hue angle of 287.68º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C36ADA is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB195106218-
CMYK0.110.5100.15
HSL287.68º60.22%63.53%-
HSV(B)287.68º51.38%85.49%-
XYZ40.3126.9769.41-
YUV145.38168.99163.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.57%
GREEN value IS 106 (41.80% from 255) = 20.42%
BLUE value IS 218 (85.55% from 255) = 42.00%
R=37.57%
G=20.42%
B=42.00%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1951062180.110.5100.15287.6860.2263.53
HexC36ADAB330F1203c40
Octal303152332136301744074100
Binary110000111101010110110101011110011011111001000001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36ADA; }

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

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

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

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

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

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

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

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