#C36ADB

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

Shades of Medium Orchid #C36ADB

Tints of Medium Orchid #C36ADB

Color information

#C36ADB (or 0xC36ADB) is unknown color: approx Medium Orchid. HEX triplet: C3, 6A and DB. RGB value is (195,106,219). Sum of RGB (Red+Green+Blue) = 195+106+219=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #C36ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36ADB is #3C9524. Grayscale: #919191. Windows color (decimal): -3970341 or 14379715. OLE color: 14379715.

HSL color Cylindrical-coordinate representation of color #C36ADB: hue angle of 287.26º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C36ADB is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB195106219-
CMYK0.110.5200.14
HSL287.26º61.08%63.73%-
HSV(B)287.26º51.6%85.88%-
XYZ40.4527.0270.1-
YUV145.49169.49163.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.5%
GREEN value IS 106 (41.80% from 255) = 20.38%
BLUE value IS 219 (85.94% from 255) = 42.12%
R=37.5%
G=20.38%
B=42.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951062190.110.5200.14287.2661.0863.73
HexC36ADBB340E11f3d40
Octal303152333136401643775100
Binary110000111101010110110111011110100011101000111111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36ADB; }

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

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

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

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

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

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

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

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