#C36DD7

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

Shades of Medium Orchid #C36DD7

Tints of Medium Orchid #C36DD7

Color information

#C36DD7 (or 0xC36DD7) is unknown color: approx Medium Orchid. HEX triplet: C3, 6D and D7. RGB value is (195,109,215). Sum of RGB (Red+Green+Blue) = 195+109+215=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 215 - color contains mainly: blue. Hex color #C36DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36DD7 is #3C9228. Grayscale: #929292. Windows color (decimal): -3969577 or 14118339. OLE color: 14118339.

HSL color Cylindrical-coordinate representation of color #C36DD7: hue angle of 288.68º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C36DD7 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB195109215-
CMYK0.090.4900.16
HSL288.68º56.99%63.53%-
HSV(B)288.68º49.3%84.31%-
XYZ40.2427.4567.47-
YUV146.8166.49162.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.57%
GREEN value IS 109 (42.97% from 255) = 21.00%
BLUE value IS 215 (84.38% from 255) = 41.43%
R=37.57%
G=21.00%
B=41.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1951092150.090.4900.16288.6856.9963.53
HexC36DD79310101213940
Octal303155327116102044171100
Binary1100001111011011101011110011100010100001001000011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36DD7; }

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

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

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

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

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

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

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

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