#C36DCD

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

Shades of Medium Orchid #C36DCD

Tints of Medium Orchid #C36DCD

Color information

#C36DCD (or 0xC36DCD) is unknown color: approx Medium Orchid. HEX triplet: C3, 6D and CD. RGB value is (195,109,205). Sum of RGB (Red+Green+Blue) = 195+109+205=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #C36DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36DCD is #3C9232. Grayscale: #919191. Windows color (decimal): -3969587 or 13462979. OLE color: 13462979.

HSL color Cylindrical-coordinate representation of color #C36DCD: hue angle of 293.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C36DCD is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195109205-
CMYK0.050.4700.20
HSL293.75º48.98%61.57%-
HSV(B)293.75º46.83%80.39%-
XYZ38.9926.9560.9-
YUV145.66161.49163.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.31%
GREEN value IS 109 (42.97% from 255) = 21.41%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=38.31%
G=21.41%
B=40.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951092050.050.4700.20293.7548.9861.57
HexC36DCD52F014126313e
Octal3031553155570244466176
Binary11000011110110111001101101101111010100100100110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36DCD; }

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

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

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

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

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

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

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

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