#C640FF

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

Shades of Medium Orchid #C640FF

Tints of Medium Orchid #C640FF

Color information

#C640FF (or 0xC640FF) is unknown color: approx Medium Orchid. HEX triplet: C6, 40 and FF. RGB value is (198,64,255). Sum of RGB (Red+Green+Blue) = 198+64+255=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 64 (25.39% from 255 or 12.38% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #C640FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C640FF is #39BF00. Grayscale: #7D7D7D. Windows color (decimal): -3784449 or 16728262. OLE color: 16728262.

HSL color Cylindrical-coordinate representation of color #C640FF: hue angle of 282.09º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C640FF is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19864255-
CMYK0.220.7500
HSL282.09º100%62.55%-
HSV(B)282.09º74.9%100%-
XYZ43.1722.8996.75-
YUV125.84200.89179.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.30%
GREEN value IS 64 (25.39% from 255) = 12.38%
BLUE value IS 255 (100% from 255) = 49.32%
R=38.30%
G=12.38%
B=49.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal198642550.220.7500282.0910062.55
HexC640FF164B0011a643f
Octal306100377261130043214477
Binary11000110100000011111111101101001011001000110101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C640FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C640FF; }

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

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

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

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

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

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

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

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