#C36ADD

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

Shades of Medium Orchid #C36ADD

Tints of Medium Orchid #C36ADD

Color information

#C36ADD (or 0xC36ADD) is unknown color: approx Medium Orchid. HEX triplet: C3, 6A and DD. RGB value is (195,106,221). Sum of RGB (Red+Green+Blue) = 195+106+221=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #C36ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36ADD is #3C9522. Grayscale: #919191. Windows color (decimal): -3970339 or 14510787. OLE color: 14510787.

HSL color Cylindrical-coordinate representation of color #C36ADD: hue angle of 286.43º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C36ADD is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195106221-
CMYK0.120.5200.13
HSL286.43º62.84%64.12%-
HSV(B)286.43º52.04%86.67%-
XYZ40.7127.1371.5-
YUV145.72170.49163.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.36%
GREEN value IS 106 (41.80% from 255) = 20.31%
BLUE value IS 221 (86.72% from 255) = 42.34%
R=37.36%
G=20.31%
B=42.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951062210.120.5200.13286.4362.8464.12
HexC36ADDC340D11e3f40
Octal303152335146401543677100
Binary110000111101010110111011100110100011011000111101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36ADD; }

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

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

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

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

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

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

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

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