#C636F1

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

Shades of Medium Orchid #C636F1

Tints of Medium Orchid #C636F1

Color information

#C636F1 (or 0xC636F1) is unknown color: approx Medium Orchid. HEX triplet: C6, 36 and F1. RGB value is (198,54,241). Sum of RGB (Red+Green+Blue) = 198+54+241=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 54 (21.48% from 255 or 10.95% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #C636F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C636F1 is #39C90E. Grayscale: #757575. Windows color (decimal): -3787023 or 15808198. OLE color: 15808198.

HSL color Cylindrical-coordinate representation of color #C636F1: hue angle of 286.2º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C636F1 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19854241-
CMYK0.180.7800.05
HSL286.2º86.98%57.84%-
HSV(B)286.2º77.59%94.51%-
XYZ40.4920.9985.14-
YUV118.37197.21184.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.16%
GREEN value IS 54 (21.48% from 255) = 10.95%
BLUE value IS 241 (94.53% from 255) = 48.88%
R=40.16%
G=10.95%
B=48.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal198542410.180.7800.05286.286.9857.84
HexC636F1124E0511e573a
Octal30666361221160543612772
Binary110001101101101111000110010100111001011000111101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C636F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C636F1; }

 p { color: rgb(198,54,241); }

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

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

 a { background-color: rgb(198,54,241); }

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

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

 span { border-color: rgb(198,54,241); }

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