#C36BD6

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

Shades of Medium Orchid #C36BD6

Tints of Medium Orchid #C36BD6

Color information

#C36BD6 (or 0xC36BD6) is unknown color: approx Medium Orchid. HEX triplet: C3, 6B and D6. RGB value is (195,107,214). Sum of RGB (Red+Green+Blue) = 195+107+214=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 214 (83.98% from 255 or 41.47% from 516); Max value from RGB is 214 - color contains mainly: blue. Hex color #C36BD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36BD6 is #3C9429. Grayscale: #919191. Windows color (decimal): -3970090 or 14052291. OLE color: 14052291.

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

Color convert

RGB195107214-
CMYK0.090.5000.16
HSL289.35º56.61%62.94%-
HSV(B)289.35º50%83.92%-
XYZ39.926.9766.72-
YUV145.51166.65163.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.79%
GREEN value IS 107 (42.19% from 255) = 20.74%
BLUE value IS 214 (83.98% from 255) = 41.47%
R=37.79%
G=20.74%
B=41.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1951072140.090.5000.16289.3556.6162.94
HexC36BD6932010121393f
Octal30315332611620204417177
Binary110000111101011110101101001110010010000100100001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36BD6; }

 p { color: rgb(195,107,214); }

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

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

 a { background-color: rgb(195,107,214); }

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

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

 span { border-color: rgb(195,107,214); }

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