#C36ADF

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

Shades of Medium Orchid #C36ADF

Tints of Medium Orchid #C36ADF

Color information

#C36ADF (or 0xC36ADF) is unknown color: approx Medium Orchid. HEX triplet: C3, 6A and DF. RGB value is (195,106,223). Sum of RGB (Red+Green+Blue) = 195+106+223=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 106 (41.80% from 255 or 20.23% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #C36ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36ADF is #3C9520. Grayscale: #919191. Windows color (decimal): -3970337 or 14641859. OLE color: 14641859.

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

Color convert

RGB195106223-
CMYK0.130.5200.13
HSL285.64º64.64%64.51%-
HSV(B)285.64º52.47%87.45%-
XYZ40.9827.2472.91-
YUV145.95171.49162.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.21%
GREEN value IS 106 (41.80% from 255) = 20.23%
BLUE value IS 223 (87.5% from 255) = 42.56%
R=37.21%
G=20.23%
B=42.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951062230.130.5200.13285.6464.6464.51
HexC36ADFD340D11e4141
Octal3031523371564015436101101
Binary1100001111010101101111111011101000110110001111010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36ADF; }

 p { color: rgb(195,106,223); }

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

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

 a { background-color: rgb(195,106,223); }

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

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

 span { border-color: rgb(195,106,223); }

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