#C36BD5

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

Shades of Medium Orchid #C36BD5

Tints of Medium Orchid #C36BD5

Color information

#C36BD5 (or 0xC36BD5) is unknown color: approx Medium Orchid. HEX triplet: C3, 6B and D5. RGB value is (195,107,213). Sum of RGB (Red+Green+Blue) = 195+107+213=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 107 (42.19% from 255 or 20.78% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #C36BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36BD5 is #3C942A. Grayscale: #919191. Windows color (decimal): -3970091 or 13986755. OLE color: 13986755.

HSL color Cylindrical-coordinate representation of color #C36BD5: hue angle of 289.81º degrees, saturation: 0.56, 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 #C36BD5 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB195107213-
CMYK0.080.5000.16
HSL289.81º55.79%62.75%-
HSV(B)289.81º49.77%83.53%-
XYZ39.7726.9266.05-
YUV145.4166.15163.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.86%
GREEN value IS 107 (42.19% from 255) = 20.78%
BLUE value IS 213 (83.59% from 255) = 41.36%
R=37.86%
G=20.78%
B=41.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1951072130.080.5000.16289.8155.7962.75
HexC36BD5832010122383f
Octal30315332510620204427077
Binary110000111101011110101011000110010010000100100010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36BD5; }

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

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

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

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

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

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

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

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