#C640E6

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

Shades of Medium Orchid #C640E6

Tints of Medium Orchid #C640E6

Color information

#C640E6 (or 0xC640E6) is unknown color: approx Medium Orchid. HEX triplet: C6, 40 and E6. RGB value is (198,64,230). Sum of RGB (Red+Green+Blue) = 198+64+230=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 64 (25.39% from 255 or 13.01% from 492); Blue value is 230 (90.23% from 255 or 46.75% from 492); Max value from RGB is 230 - color contains mainly: blue. Hex color #C640E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C640E6 is #39BF19. Grayscale: #7A7A7A. Windows color (decimal): -3784474 or 15089862. OLE color: 15089862.

HSL color Cylindrical-coordinate representation of color #C640E6: hue angle of 288.43º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C640E6 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB19864230-
CMYK0.140.7200.10
HSL288.43º76.85%57.65%-
HSV(B)288.43º72.17%90.2%-
XYZ39.4121.3976.91-
YUV122.99188.39181.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.24%
GREEN value IS 64 (25.39% from 255) = 13.01%
BLUE value IS 230 (90.23% from 255) = 46.75%
R=40.24%
G=13.01%
B=46.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal198642300.140.7200.10288.4376.8557.65
HexC640E6E480A1204d3a
Octal3061003461611001244011572
Binary1100011010000001110011011101001000010101001000001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C640E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C640E6; }

 p { color: rgb(198,64,230); }

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

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

 a { background-color: rgb(198,64,230); }

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

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

 span { border-color: rgb(198,64,230); }

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