#C36DDD

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

Shades of Medium Orchid #C36DDD

Tints of Medium Orchid #C36DDD

Color information

#C36DDD (or 0xC36DDD) is unknown color: approx Medium Orchid. HEX triplet: C3, 6D and DD. RGB value is (195,109,221). Sum of RGB (Red+Green+Blue) = 195+109+221=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #C36DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36DDD is #3C9222. Grayscale: #939393. Windows color (decimal): -3969571 or 14511555. OLE color: 14511555.

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

Color convert

RGB195109221-
CMYK0.120.5100.13
HSL286.07º62.22%64.71%-
HSV(B)286.07º50.68%86.67%-
XYZ41.0327.7671.6-
YUV147.48169.49161.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.14%
GREEN value IS 109 (42.97% from 255) = 20.76%
BLUE value IS 221 (86.72% from 255) = 42.10%
R=37.14%
G=20.76%
B=42.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951092210.120.5100.13286.0762.2264.71
HexC36DDDC330D11e3e41
Octal303155335146301543676101
Binary110000111101101110111011100110011011011000111101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36DDD; }

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

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

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

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

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

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

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

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